Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
development:
  user: fedoraAdmin
  password: <password>
  url: http://localhost:9999/fedora
test:
  user: fedoraAdmin
  password: <password>
  url: http://localhost:9999/fedora
production:
  user: fedoraAdmin
  password: <password>
  url: http://localhost:9999/fedora

Configure

...

IDs (optional)

Avalon 6 has adopted Noids for object ids instead of the default Fedora 4 UUIDs.  All objects migrated from Avalon 5.x to Avalon 6 will be assigned a new id.  The old Avalon 5.x Fedora 3 PID will be preserved using the prov:wasDerivedFrom predicate.  Avalon uses active_fedora-noid's default template, but this can be overwritten in config/initializers/active_fedora-noid.rb using the gem's instructions.

...

You can watch it run on your target avalon by going to <your avalon url>/admin/migration_report . Go here to find more information on how to read the report and command output.  After this command is finished, look through the report and see which items have failed and troubleshoot using the errors listed.

...