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:
138
138
1 . ` dumpSourceData ` - mongodump all matching data from the "source"
139
139
1 . ` restoreLocalData ` - restore the dumped data to "local"
140
140
1 . ` 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** )
143
143
1 . ` dumpLocalData ` - Dump the locally migrated data
144
144
1 . ` restoreTargetData ` - Restore migrated data into target
145
145
You can’t perform that action at this time.
0 commit comments