mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 09:06:59 +00:00
* docs: integrations framework * docs: integrations (wip) * docs: wip * docs: integrations & connections * docs: remove database folder * docs: warning about access permissions * docs: add new data source * docs: meta sync * docs: actions on data soruce * docs: update links * misc: data => Data * docs: fix review comments
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
---
|
|
title: 'Sync with Data source'
|
|
description: 'Learn how to sync changes done in external data source with NocoDB.'
|
|
tags: ['Data Sources', 'Sync', 'External', 'PG', 'MySQL']
|
|
keywords: ['NocoDB data source', 'connect data source', 'external data source', 'PG data source', 'MySQL data source']
|
|
---
|
|
|
|
To sync changes done in the external data source with NocoDB, Open [Data Sources](010.data-source-overview.md#accessing-data-sources) tab in the Base Settings, select the data source you wish to sync metadata for, and follow the steps below:
|
|
|
|
1. Click on the `Meta Sync` tab
|
|
2. Click on the `Reload` button to refresh Sync state (Optional)
|
|
3. Any changes to the metadata identified will be listed in the `Sync State` column
|
|
4. Click on `Sync Now` button to sync the metadata changes
|
|
5. Once the sync is complete, you can see the updated state in the `Sync State` column
|
|
|
|

|
|
|
|

|
|
|
|
After the sync is complete, you can see the updated state in the `Sync State` column.
|
|
Sync modal also marks `Tables metadata is in Sync` in the header.
|
|
|