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
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...