blob: d650300123ff2d9b13bad1abaa20366b9966917d [file] [log] [blame]
These instructions assume you have a full chromiumos checkout at
~/chromiumos/
To generate a schema dump, run this inside the chroot:
$ lib/cidb_integration_test CIDBMigrationsTest.testMigrations --no-wipe
Then, follow the instructions in the developer.readme to re-launch the mysqld
daemon from the temporary directory and dump the schema using (again, inside the
chroot):
$ mysqldump -u root -S ${tmpdir}/mysqld_dir/mysqld.socket --no-data \
--single-transaction cidb | grep -v '^--' \
> ~/trunk/chromite/cidb/schema.dump
Remember to cleanup the temporary directory when you're done.