Versions Compared

Key

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

...


Load to r6 database (sqlite locally)

Note

{Sqllite3 doesn't like mysql dump files so a transformation script needs to be run on it. Download https://raw.githubusercontent.com/dumblob/mysql2sqlite/master/mysql2sqliteMake , make it executable: chmod +x mysql2sqliteRun , and run it on the dump file: .

Code Block
chmod +x mysql2sqlite
./mysql2sqlite avalon.r5.dump.sql > avalon.r5.dump.sqlite
Code Block

bundle exec rake avalon:wipeout  # ensure that Fedora, Solr, and the DB are clean
bundle exec rails dbconsole 
sqlite> .read /tmp/avalon.r5.dump.sqlite

...