mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 22:39:17 +00:00
If this script is added as the `post-checkout` git hook, if the branch you're switching to has different migrations from the one you're coming from, it will automatically dump the current db, and restore the dump from the last time you visited this branch. If no dump exists, it just leaves the DB as-is |
||
|---|---|---|
| .. | ||
| backup.sh | ||
| README.md | ||
| restore.sh | ||
| restore_e2e_software_test.sh | ||
These scripts are for backing up and restore the Docker development MySQL database, as described in the testing and local developemt documentation.