Versions Compared

Key

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

This page is under construction and will be ready when Avalon 6.1 is released.

 

See What's New in Avalon 6.1 for more details.

...

Code Block
languagebash
bundle exec rake db:migrate
# Backup your minter state file (default location is /tmp/minter-state)
# If you do not have a minter state file then you do not need to do anything else
cp /tmp/minter-state /tmp/minter-state.bak
bundle exec rake active_fedora:noid:migrate:yaml_to_marshal
bundle exec rake active_fedora:noid:file_to_database
# Remove the minter state file
rm /tmp/minter-state
# Check everything worked correctly
# If the following command runs without any output it was successful
bundle exec rails r "MediaObject.new.assign_id"


Post-Upgrade steps

Code Block
# Add a Fedora4 record identifier to existing MODS record
bundle exec rake avalon:migrate:record_identifier