I tried to migrate to self hosted one of my live production database. All is migrated successfully except one table data which contains more than 5k rows...is it a bug or is there any other settings i need to change???
I think this must be happening because the no. of rows are quite large & timeout is common in such situations due to many factors including network speed
Have you noticed anything specific in logs?
Nothing...everything is perfect ..all success...even the images in the storage came perfectly....
I searched about it and found this (see if it helps): https://appwrite.io/threads/1076142201693814795
This is different...I am asking about migration.....
Yes I know. I sent it to let you know that there's no srach limit
This probably could be the issue
cc <@462046107556511744>
Any update?
Recommended threads
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- sh: vite: Permission denied
When installing the vue starter template as site and then adding DaisyUI, i get the error `sh: vite: Permission denied`. I also got this issue (with a fresh tem...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.