freezingsaddles / freezing-compose

The Docker Compose structure for running the application suite.
4 stars 2 forks source link

Document clean database dump and restore procedures #26

Open obscurerichard opened 1 year ago

obscurerichard commented 1 year ago

Just doing mysqldump on freezingsaddles.org sometimes produces a MySQL dump file that can't be restored. It has stderr warning and error messages embedded in it and also has DEFINER statements embedded in it with the fsadmin user that have to be trimmed out before loading the database dump.

We can probably find a clean command that omits these things or filters them out reliably and suggest it as part of an alias in the README.md file.