[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
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...
- copilot CLI appwrite mcp
I am having difficulty entering the appwrite cli details in github copilot cli. anyone know what to put where?
- Issues Using Appwrite MCP (api & doc) in...
Hello, To make it easier to configure and access the Appwrite documentation from Windsurf, I’m trying to set up the two MCP clients doc and api. Unfortunately,...