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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...
- Temporary $permissions hickup?
Hello, today at ~13:50 (CEST/UTC+2) our customers reported they couldn't see any data in our application. We checked and indeed, the application was working, bu...