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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...