mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-07 12:41:10 +00:00
Add comprehensive backup statistics and configurable intervals
• Enhanced backup-scheduler.sh with detailed performance metrics: - Per-database timing and compression statistics - Overall backup throughput and duration tracking - Performance warnings for slow backups (>30min/>1hr) - Completion markers to prevent incomplete backup copies • Added BACKUP_INTERVAL_MINUTES configuration (default 60): - Replaces fixed hourly scheduling with flexible intervals - Supports any interval from 1 minute to hours - Maintains daily backup scheduling at configured time • New verify-backup-complete.sh script: - Checks backup completion before copying/processing - Supports waiting with timeout for active backups - Backward compatible with manifest validation • Enhanced backup manifests with performance data: - Duration, compression ratio, throughput metrics - Enables historical performance trend analysis - Portable implementation using awk instead of bc Tested with 5-minute intervals over 18+ hours: - 218 successful backups, 0 failures - Consistent 82.1% compression, 52MB/s throughput - Production-ready backup monitoring infrastructure
This commit is contained in:
@@ -159,6 +159,7 @@ services:
|
||||
BACKUP_RETENTION_DAYS: ${BACKUP_RETENTION_DAYS}
|
||||
BACKUP_RETENTION_HOURS: ${BACKUP_RETENTION_HOURS}
|
||||
BACKUP_DAILY_TIME: ${BACKUP_DAILY_TIME}
|
||||
BACKUP_INTERVAL_MINUTES: ${BACKUP_INTERVAL_MINUTES}
|
||||
DB_AUTH_NAME: ${DB_AUTH_NAME}
|
||||
DB_WORLD_NAME: ${DB_WORLD_NAME}
|
||||
DB_CHARACTERS_NAME: ${DB_CHARACTERS_NAME}
|
||||
|
||||
Reference in New Issue
Block a user