You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/basic/base.mdx
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,13 @@ Common operations include:
39
39
40
40
### Duplicate a Base to Another Space
41
41
42
-
Step 1: In the workspace, select the base you want to move;
42
+
Step 1: In the workspace, select the base you want to duplicate;
43
43
44
44
Step 2: Click the menu icon and select the Copy Base option;
45
45
46
-
Step 3: A popup window will appear with a dropdown menu of available spaces where you can duplicate the base to. You need Creator permissions in the target space to move the base there.
46
+
Step 3: In the popup, choose the target space. You need Creator permissions in that space.
47
+
48
+
For larger bases, Teable shows progress in the duplicate dialog while it copies the base structure, records, and attachments. Keep the dialog open until the copy finishes. Revision history and collaborators are not copied.
@@ -91,6 +95,10 @@ Export your base to a `.tea` file for backup or migration purposes. The exported
91
95
**Data Migration Tip**: To migrate data between Teable instances, export your base from the source instance, then import the `.tea` file to the target instance. All data and configurations will be preserved.
92
96
</Tip>
93
97
98
+
<Note>
99
+
Teable converts cross-base relation fields to single-line text fields in the exported file.
100
+
</Note>
101
+
94
102
### Share a Base
95
103
96
104
Bases can be shared through public links. The sharing scope can be the entire base or the currently selected item.
0 commit comments