-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Periodic backup of store/whatsapp.db (session keys/encryption material) to prevent forced relink on corruption.
Why: DB corruption = forced device relink, accidental deletion protection, disk failure recovery.
Implementation (simple):
0 */6 * * * cp /app/store/whatsapp.db /app/store/whatsapp.db.backup-$(date +%Y%m%d-%H%M)
0 0 * * * find /app/store -name "whatsapp.db.backup-*" -mtime +7 -deleteEffort: ~15 minutes (simple), ~2 hours (production with S3/encryption)
Priority: High value, low effort
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels