mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: adapted documentation for migrateDB.ts (#7088)
This commit is contained in:
parent
5f8035e728
commit
734a3caf59
2 changed files with 3 additions and 3 deletions
|
|
@ -26,4 +26,4 @@ In this example we migrate from the old dirty db to the new rustydb engine. So w
|
|||
|
||||
|
||||
After that we need to move the data from dirty to rustydb.
|
||||
Therefore, we call `pnpm run migrateDB --file1 test1.json --file2 test2.json` with these two files in our root directories. After some time the data should be copied over to the new database.
|
||||
Therefore, we call `pnpm run --filter bin migrateDB --file1 test1.json --file2 test2.json` with these two files in our root directories. After some time the data should be copied over to the new database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue