mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
41 lines
1.6 KiB
3 years ago
|
---
|
||
|
title: 'Sync Schema'
|
||
2 years ago
|
description: 'Schema changes made to database from outside NocoDB GUI can be synced'
|
||
3 years ago
|
---
|
||
|
|
||
3 years ago
|
## How to sync schema changes to NocoDB
|
||
|
|
||
2 years ago
|
NocoDB allows you to sync schema changes if you have made changes outside NocoDB GUI. However, it has to be noted then you will have to bring your own schema migrations for moving from one environment to other.
|
||
3 years ago
|
|
||
|
Below are the steps to sync schema changes.
|
||
|
|
||
2 years ago
|
### 1. From the `Project menu`, click `Team & Settings`
|
||
3 years ago
|
|
||
1 year ago
|
<img width="322" alt="image" src="https://user-images.githubusercontent.com/35857179/194856648-67936db0-ee4d-4060-be3d-af9f86ef8fc6.png" />
|
||
3 years ago
|
|
||
2 years ago
|
### 2. Click `Data Source` under SETTINGS, click `Sync Metadata` on the target base
|
||
3 years ago
|
|
||
2 years ago
|
![image](https://user-images.githubusercontent.com/35857179/219831352-e6692ba5-5c94-4331-94ce-5796e57f87a1.png)
|
||
|
|
||
|
![image](https://user-images.githubusercontent.com/35857179/219831634-bbb6f256-45fb-4224-9f82-bc1bed6082db.png)
|
||
3 years ago
|
|
||
2 years ago
|
### 3. Changes carried outside GUI, identified by NocoDB are listed under `Sync state`
|
||
2 years ago
|
|
||
2 years ago
|
- If changes made to the database are not visible, click `Reload`
|
||
|
- Identified schema changes are identified for each table in `red`
|
||
|
- `Sync now` button gets activated, if Schema changes are identified by NocoDB
|
||
3 years ago
|
|
||
2 years ago
|
![image](https://user-images.githubusercontent.com/35857179/219831855-bcac229c-41b6-4689-b7e1-c3cdfe23a0a1.png)
|
||
3 years ago
|
|
||
2 years ago
|
### 4. Click `Sync Now` to complete Schema sync procedure
|
||
3 years ago
|
|
||
|
#### Notes
|
||
3 years ago
|
|
||
3 years ago
|
1. Column rename operation will be treated like `column delete` & `column create` operation.
|
||
|
2. Only table schema changes identified will be listed under `Sync state`. Any changes to records are automatically synchronized.
|
||
3 years ago
|
|
||
|
|
||
|
|
||
|
|
||
3 years ago
|
|