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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...