We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734c9f1 commit 87324ecCopy full SHA for 87324ec
scripts/migration/README.md
@@ -6,3 +6,12 @@ these scripts are used to migrate data from a clowder v1 to v2 instance
6
7
This file can be used to limit what gets migrated by space or user.
8
9
+## steps to run migration
10
+
11
12
+1. setup a clowder v2 instance and make sure it is running
13
+2. add your values to the .env and the config.toml file
14
+3. run the script `get_collections.py` this gets all collections from the v1 instance
15
+4. run the script `get_collection_datasets.py` this gets all the datasets in the collections
16
+5. Now you are ready to run `migrate.py` - it uses the data from the previous scripts to place datasets into the right collections
17
0 commit comments