You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've successfully applied the migration to WiredTiger, however we are left with a transitional docker-compose.yml. Maybe a good thing would be to document what to do with this file after the migration. Things I'm thinking:
remove the dependency to the migrator service
cleanup the local folder (remove docker folder).
what do to with the while loop in mongo service waiting for WiredTiger migration ?
The text was updated successfully, but these errors were encountered:
After finnishing migration, I've changed the old compose file in the following way.
Set mongo version to 4.2 and start the mongo process with command: mongod --oplogSize 128 --replSet rs0 --storageEngine=wiredTiger
After upgrade, images seemed to be loaded very slow. But I've no idea if this is an mongo issue.
Hi,
I've successfully applied the migration to WiredTiger, however we are left with a transitional
docker-compose.yml
. Maybe a good thing would be to document what to do with this file after the migration. Things I'm thinking:migrator
servicedocker
folder).mongo
service waiting for WiredTiger migration ?The text was updated successfully, but these errors were encountered: