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

Run the migration!

The repository migration tool has many options but it can be run with default options as shown.

Code Block
bundle exec rake avalon:migrate:repo

You can watch it run on your target avalon by going to to <your avalon url>/admin/migration_report . Go here to find more information on how to read the report and command output.

Code Block
bundle exec rake avalon:migrate:repo

  After this command is finished, look through the report and see which items have failed and troubleshoot using the errors listed.

...