Versions Compared

Key

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

...

SSH into your R6 box and load the R5 database dump. Remember to make sure your R6 is clean by doing the wipeout command.

Code Block
languagebash
# this example assumes R6 database is mysql. Adjust as necessary for your R6 database.
bundle exec rails dbconsole
mysql> source /tmp/avalon.r5.dump.sql

...