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
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...