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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...