I changed docker-compose.yml for image mongo:5.0 and create new docker. After that I tried to go inside docker
root@nxtc:/opt/rocketchat# docker exec -it rocketchat_mongo_1 bash
Error response from daemon: Container 764b5a5051f1247aeca43241b9d7a704c64c50d7b91f2f68317533776e170a66 is restarting, wait until the container is running
@dudanogueira thank you for your reply.
Does it mean I must put my issue to the MongoDB forum?
Because MongoDB does not recognize that my CPU supports AVX?
Thank you.
But bear in mind that we are only deprecating Mongo 3.6 and 4.0 versions, according to our Mongo Compatibility Matrix and should keep Mongo 4.2+ for the next releases.
So I stuck.
Another issue is docker upgrade Rocket Chat upgrade 4.8.1 > 5.0.1
I have docker version Rocket 4.8.1 and after docker update to 5.0.1 + MongoDB 4.4… Rocketchat docker cannot start properly.
So I am waiting for some fix.
Hi! Regarding this issue, there is an important note at the 5.0.0 release, have you tried that?
If you’re using MongoDB in a Docker container, you might need to add directConnection=true to MONGO_URL and MONGO_OPLOG_URL environment variables. i.e.: MONGO_URL=mongodb://mongo/rocketchat?replicaSet=rs0&directConnection=true
I am afraid that I do not understand what to do exactly. This is my docker-compose.yaml file that I use for my Rocketchat 4.8.1 + MongoDB 4.4.
Is there any chance to edit this file for Rocketchat 5.0.1 + MongoDB 4.4 to be working?
Thank you for your answer.