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
- Transactions from Android Kotlin client ...
I have a database where I want to create transactions directly in my android client. I can create a transaction with `val tx = tablesDb.createTransaction()`, an...
- User unable to delete document they crea...
I am having a bit a database issue. I am making a music review website and I have successfully been able to create and update reviews as a dummy user, but no ma...
- [CLOSED] "Connect your platform" still i...
The "Get started ...66% complete" in the control panel irks me. I click it and it shows "Connect your platform - Web in progress". I am using Next JS but I di...