[SOLVED]: Does backing up the entire droplet and space with services like SnapShooter work?
- 0
- 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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- mcp-server-appwrite 0.4 fails on startup...
I’m trying to use `mcp-server-appwrite` against Appwrite Cloud and the server authenticates successfully, but fails during startup validation when probing `tabl...
- open runtime version lacks behind
open runtime version in appwrite CLI is v4 while the hosted runtimes use v5, this mismatch does not permit to debug locally functions using recent runtimes (li...