fleet/tools/backup_db
Dante Catalfamo 8dd5df1d06
Add script that backs up and restores DB when switching branches (#31197)
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
2025-08-06 13:34:51 -04:00
..
backup.sh Add script that backs up and restores DB when switching branches (#31197) 2025-08-06 13:34:51 -04:00
README.md Clean up "click here" and "here" link anchors - part 1 (#29731) 2025-06-04 13:54:34 -06:00
restore.sh Add script that backs up and restores DB when switching branches (#31197) 2025-08-06 13:34:51 -04:00
restore_e2e_software_test.sh MySQL 8.0 Migration (#20225) 2024-07-22 16:27:36 -04:00

These scripts are for backing up and restore the Docker development MySQL database, as described in the testing and local developemt documentation.