Skip to content

Commit

Permalink
Merge branch '87_Berkeley_DB_migration' of https://github.com/CDLUC3/…
Browse files Browse the repository at this point in the history
…ezid into 87_Berkeley_DB_migration
  • Loading branch information
jsjiang committed Oct 27, 2023
2 parents 5022327 + a0b3f31 commit 91e229c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/bdb_minter_migration_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ The script takes two optional arguments:
```
$ python manage.py migrate-minters-to-mysql.py --dry-run --output-file bdb_minters_<timestamp>.json
```
Review the output and address issues if needed.
```
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - Total number of shoulders: 566
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - Shoulders with unspecified minters: 36
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - Minters with BDB file: 430
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - Minters without BDB file: 100
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - Minters with missing required keys: 0
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - Minter validation errors: 0
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - Dry run without updating MySQL: yes
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - JSON minters file: None
ezidapp.management.commands.migrate-minters-to-mysql INFO migrate-minters-to-mysql - Completed successfully
```

#### 3.2 Perform BDB minters data migration
```
Expand Down

0 comments on commit 91e229c

Please sign in to comment.