So from the history here I understand there is no UI for backup in appwrite. It would be a nice addition to this awesome tool. Please consider adding this feature. Please refer to attached screenshot of Backup module from runcloud server control panel. I would be great if Appwrite also has one like this.
Presently I enabled droplet backup on Digital ocean. But the frequency is one week.
Is this backup works without issues if I restore...?
Is there any tools available to automate backups for appwrite...?
Kindly advice on current best approach for backup.
thank you
Feel free to 👍 this issue: https://github.com/appwrite/appwrite/issues/390
Thank you Steven. I did 👍 on github
Hope Appwrite team will look into this feature soon. Looks like the most wanted feature. I am the 50th guy liked that in github. 🤞
I also run appwrite on Digital Ocean and had to restore a backup once. It worked without any problem, everything was back to the backup state.
If you have to do something like an appwrite upgrade or something similar, I suggest you take a snapshot, which is kind of like a manual backup that can also be restored, if anything fails. Worked for me every time, I used it when I had trouble upgrading to 1.4.3
The issue is that probably if you do the snapshot meanwhile data is being stored, deleted or edited, there's a chance of getting a fragment that could corrupt the database or make it throw an error
Thank you Maegondo🙂 ... Yes I tried that DO backup. It works without issue. Also, there is a inbuilt service called snapshooter(PAID)... through which we can set backup frequency to hourly / daily.
[SOLVED] Appwrite inbuilt Backup with UI
Recommended threads
- 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...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...