Versions Compared

Key

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

This documentation is a work in progress.

Migrate Config Files

config/authentication.yml has a new structure with different sections for rails environment. Edit your authentication particulars to incorporate this new structure.  An example is found in config/authentication.yml.example. 

Code Block
languagebash
???


Migrate Database

Dump r5 database (mysql on pawpaw)

...

Code Block
# Run script to map fedora 3 pids in database to newly minted fedora 4 noids
bundle exec rake avalon:migrate:db

 

...

 

...

 

...