ROOT CAUSE: Monitor was doing DROP DATABASE when NODE2 agents were missing, but the backup didn't have NODE2 agents, causing an infinite loop. FIX: - FULL RECOVERY (DROP DATABASE) only when MicroDAOs < 5 (critical data loss) - SOFT RECOVERY (just sync agents) when MicroDAOs exist but agents missing - Prefer backup with NODE2 agents (full_backup_with_node2*.sql) - Never DROP DATABASE if MicroDAOs exist This prevents the daily data loss issue.
6.2 KiB
Executable File
6.2 KiB
Executable File