Versions Compared

Key

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

...

Code Block
mysqldump -u avalonweb -p avalonweb --tables role_maps --skip-create-options > /tmp/avalon.r5.dump.sql
Note

There are some mysql specific statements in the dump file that need to be removed to load it into sqlite.


Load to r6 database (sqlite locally)

...