This might be a dumb question let's say I am hosting a lot of things on my VPS. So can't I just like copy the full root directory every week or so and then access the appwrite folder through it? Or I should follow proper backup method?
Docs: https://appwrite.io/docs/production#backups Video: https://m.youtube.com/watch?v=lM5yZEPtlvg
Of course, you'd need to make sure you backup the compose and env file too
but like its not needed right if there is weekly vps backup
just asking cuz doing that manual backup weekly seems like a hassle ;-;
i mean i have done it a few times (while looking at the video) so not saying that its tough to do but yea anyways
Vps snapshot is fine too. Whatever you do, if you really care about the data, you should probably make sure to test the recovery process to make sure it all works as expected.
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...