[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
- Migration from Selfhosted to Selfhosted-...
Hi, i am trying to migrate from one self hosted instance (1.7.4) to another one (1.7.4) via the migration tool. I've tried repeatly, but it won't import all doc...
- Devops and migration schemas management ...
Anyone has suggestions on migration management with appwrite I am going to have one app that will have different isolated deployment. So I need to have updated...
- Invalid `queries` param: Queries must be...
I dont really understand why i am having this issues, ```import { Client, Users, Query } from 'node-appwrite'; export default async ({ req, res }) => { con...
