I just upgraded my appwrite version to the latest by following the docs https://appwrite.io/docs/upgrade. I also just did the migration. I have a collection with around 25m rows, its taking a while now to complete but can anyone give me an insight on how long it can take until the migration completes?
Also my appwrite instance is in a remote server, so I might have to disconnect ssh, is it safe to do a ctrl+c , will the migration keep running in the background?
We can't say. It depends on your server specs. You can try to extrapolate the time.
Ctrl + c will quit the migration so you'd have to run it again. I suggest using tmux to keep the session active (but you can't do that now that you've already started)
okay thank you! this answer is all that i need
[SOLVED] Appwrite Migration
hello again, so i've been running the migration in about 5 days now, in my estimate it should take about 4-5 days to finish since my total documents in my project is around 45m, but i've been getting a [PDO] MySQL Connection Restarted log, is this something i have to be concerned about? i hope the migration is still making progress and not restarting itself over and over
It failed on something but should be continuing
Thanks you, migration finally completed after about > 5days
Recommended threads
- Urgent help with removed databases
Hi <@564158268319203348> <@501784879638249472> I wrote to paid plan support about this but no response as of yet… About an hour ago one of the interns from o...
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...