[SOLVED]: Does backing up the entire droplet and space with services like SnapShooter work?
- 0
- Resolved
- Tools
Suppose I did a self host on DO, will it work by using an external tool like https://snapshooter.com/ to perform daily backup? Will I be able to restore the state of my Appwrite application with a daily snapshot of droplet and space? IMO that's a yes, but want to confirm
Yes, it should work But you won't have PITR, just by the date & hour of the backup.
Meaning if all of your Appwrite is inside one docker-compose.yml file, then it should work out-of-the-box.
I recommend anyways doing a separate backup of the database, since it could lead into some missing data if someone is writing or performing an operation while the backup has been performed
ok cool, thanks guys
backups shall be in multiple places anyway, so this is good as one of them
Yes, I recommend following 3,2,1 method for critical data
[SOLVED]: Does backing up the entire droplet and space with services like SnapShooter work?
Recommended threads
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...