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: scripts/migration/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,6 @@ This file can be used to limit what gets migrated by space or user.
13
13
2. add your values to the .env and the config.toml file
14
14
3. run the script `get_collections.py` this gets all collections from the v1 instance
15
15
4. run the script `get_collection_datasets.py` this gets all the datasets in the collections
16
+
5. run the script `dataset_collection_json.py` this creates a json file that shows which datasets are in a collection, and which are not. The datasets that are in a collection will be migrated to folders, while theo nes that are not will be migrated to datasets
16
17
5. Now you are ready to run `migrate.py` - it uses the data from the previous scripts to place datasets into the right collections
0 commit comments