My RocketChat is running in Docker.
I am running RocketChat v4.6.1
I am running MongoDB v4.0.28
Mongo says it is deprecated.
I have tried to upgrade to Mongo 4.2 following the Mongo upgrade instructions.
When I change the container from Mongo 4.0 to Mongo 4.2, the Mongo container just gets stuck in “restarting”.
The documentation says to:
- Stop Mongo
- Edit your mongo setting in the docker-compose
- Remove your Mongo container
- Start the Mongo container again
- docker exec -it mongo bash
- mongo
- db.adminCommand( { setFeatureCompatibilityVersion: “4.2” } )
That is supposed to do the upgrade.
The problem is I never get past #4 because the container gets stuck in Restarting…
Any help here please?