Files
ghost/abra.sh
autonomic-bot 720faa0beb
All checks were successful
cc-ci/testme cc-ci: success
fix(backup): proper backup/restore hooks + healthcheck start_period
- Add mysql_backup.sh: mysqldump to backup.sql.gz with proper restore hook
  (old --tab backup had no restore hook → restored backup silently lost DB data)
- Update db backupbot labels: pre-hook → /mysql_backup.sh backup,
  restore.post-hook → /mysql_backup.sh restore
- Fix app healthcheck start_period 1m → 15m (Ghost fresh-DB migration takes ~6-9min
  on slow hosts; old 1m caused migration lock deadlocks on deploy)
- Fix db healthcheck start_period 1m → 15m (InnoDB init on fresh data dir ~6-10min)
- Add MYSQL_BACKUP_VERSION=v1 to abra.sh
2026-06-02 08:21:04 +00:00

3 lines
66 B
Bash

export GHOST_ENTRYPOINT_VERSION=v1
export MYSQL_BACKUP_VERSION=v1