Versions Compared

Key

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

This documentation is a work in progress.

 

Migrate Database

Dump r5 database (mysql on pawpaw)

...


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/mysql2sqlite

Make it executable: chmod +x mysql2sqlite

Run it on the dump file: ./mysql2sqlite avalon.r5.dump.sql > avalon.r5.dump.sqlite

...