File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ To run the process, execute the following:
1381381 . ` dumpSourceData ` - mongodump all matching data from the "source"
1391391 . ` restoreLocalData ` - restore the dumped data to "local"
1401401 . ` migrateLocalData ` - locally migrate from v1 to v2
141- 1 . ` migrateDocumentStorage ` - Migrate state documents (files) directly from "local " to "target" (** no local step provided here** )
142- 1 . ` migrateAttachmentStorage ` - Migrate statement attachment files directly from "local " to "target" (** no local step provided here** )
141+ 1 . ` migrateDocumentStorage ` - Migrate state documents (files) directly from "source " to "target" (** no local step provided here** )
142+ 1 . ` migrateAttachmentStorage ` - Migrate statement attachment files directly from "source " to "target" (** no local step provided here** )
1431431 . ` dumpLocalData ` - Dump the locally migrated data
1441441 . ` restoreTargetData ` - Restore migrated data into target
145145
You can’t perform that action at this time.
0 commit comments