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
Recommended threads
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...
- createMembership is not sending email wi...
Parameters should be correct. Account and Membership are successfully created. I have a next.js project with localhost origin allowed. I checked spam etc. i...