Maria DB allows upto 4GB size limit for a text column, as appwrite also uses mariaDB under the hood does that much size allowed in appwrite also? How can I export/migrate data from appwrite in case if any of my client wants to move to some other db like postgres or some of his own cloud ?
@Bhupesh Gupta This is solved now, right?
second question is still there?
Regarding the export, you can build your own custom script to get the documents in chunks and import them to another database. An alternative is migrating the data to a self-hosted instance, then doing a MySQL dump
one more do we also have static website hosting aws s3?
Not yet
alright, thanks a lot
@Bhupesh Gupta I can mark this as solved now, right?
yes sure
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...