Hello, I'm new at appwrite dev. I've been looking at the posts here and the docs. I can't find any definitive answer to my question. I want to know if there's a way to backup an appwrite cloud database in production while using the free tier. It seems clear that the automated backup feature is reserved for the paid plans. But is there a way to do it manually? Is the article below possible for those using the free tier? Note that I'm note asking about self-hosted but about using the cloud db in appwrite. Thanks!
https://appwrite.io/blog/post/how-to-back-up-your-appwrite-data
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...