Skip to content

Commit 1a449d0

Browse files
committed
update migrate script problem
1 parent f38bb72 commit 1a449d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/upgrade/extra-upgrade-notice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Of course, you can skip this script and make the changes manually. The following
3939

4040
=== "Script (easy way)"
4141

42-
Execute the migration script below; **you only need to run it once**, otherwise it will migrate your comments twice.
42+
Execute the migration script below; **you only need to run it once**.
4343

4444
```bash
4545
bash /opt/seatable-compose/migrate/migrate_5.2_5.3.sh
@@ -86,7 +86,7 @@ Of course, you can skip this script and make the changes manually. The following
8686
??? info "Migration of comments"
8787

8888
Before 5.3, comments in the base and universal app were handled separately. With 5.3, these comments are merged.
89-
After starting the SeaTable container, you need to run this command once to migrate the comments.
89+
After starting the SeaTable container, you need to run this command *once* to migrate the comments. Don't re-execute it, otherwise your comments will be merged twice.
9090

9191
```bash
9292
docker exec -it seatable-server bash

0 commit comments

Comments
 (0)