Open
Description
SThe migration will run on qa, stage, and prod on a unique set of druids for each environment. @arcadiafalcone will provide the list for each environment, based on #5330.
Migrator will have been created in #5322.
In QA, stage, prod:
- Add druids to
/app/services/migrators/move_digital_serials.rb
. Run the migrator as dryrun:
RAILS_ENV=production bin/migrate-cocina Migrators::MoveDigitalSerials --mode dryrun
and reviewmigrate-cocina.csv
- qa
- stage
- prod
- Run migrate:
RAILS_ENV=production bin/migrate-cocina Migrators::MoveDigitalSerials --mode commit
and reviewmigrate-cocina.csv
- qa
- stage
- prod
- Refresh process: Run bulk action to open the version (Open new object versions)
- qa
- stage
- prod
- Run bulk action to refresh (Refresh MODS from FOLIO Instance HRID)
- prod (Scheduled for weekend of May 24)
- Run bulk action to close (Close objects).
- prod (Scheduled for after weekend of May 24)