Open ItzNotABug opened 2 weeks ago
Essentials data could be lost if there's some file or deployment being uploaded in chunks.
abr backup
and the backup is created while content is being uploaded and added.Feedback thread regarding using Volumes
x SQLDump
🚀 - https://discord.com/channels/564160730845151244/837593904952901634/threads/1303299950809059340.
[x] Explore Possibility of No Downtimes\ Investigate methods to perform backups without stopping Appwrite services.
[x] MariaDB Hot Backups\ Implement hot, incremental backups for the Appwrite database to allow live data capture. The issue might arise for other services.
[ ] Periodic Automated Backups\ Set up scheduled automated backups to ensure regular data protection and minimize manual effort.
[ ] Explore SQL Dump\ Instead of backing up the whole MariaDB volume,
mysqldump
sounds more better and performant, could give it a shot. The size differences came at -1.1MB
vs272.9MB
inside atar.gz
.