Skip to content

Commit 87324ec

Browse files
committed
instructions for now (rough draft)
1 parent 734c9f1 commit 87324ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/migration/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ these scripts are used to migrate data from a clowder v1 to v2 instance
66

77
This file can be used to limit what gets migrated by space or user.
88

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

Comments
 (0)