Skip to content

Run migration on digital serials #5323

Open
@lwrubel

Description

@lwrubel

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:

  1. 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 review migrate-cocina.csv
  • qa
  • stage
  • prod
  1. Run migrate:
    RAILS_ENV=production bin/migrate-cocina Migrators::MoveDigitalSerials --mode commit and review migrate-cocina.csv
  • qa
  • stage
  • prod
  1. Refresh process: Run bulk action to open the version (Open new object versions)
  • qa
  • stage
  • prod
  1. Run bulk action to refresh (Refresh MODS from FOLIO Instance HRID)
  • prod (Scheduled for weekend of May 24)
  1. Run bulk action to close (Close objects).
  • prod (Scheduled for after weekend of May 24)

Metadata

Metadata

Assignees

Type

No type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions