All checks were successful
cc-ci/testme cc-ci: success
- 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
3 lines
66 B
Bash
3 lines
66 B
Bash
export GHOST_ENTRYPOINT_VERSION=v1
|
|
export MYSQL_BACKUP_VERSION=v1
|