Mongo Connection Error when Upgrading 4.8.2 to 5.0.3

Found the Solution.

Added directConnection=true to MONGO_URL and MONGO_OPLOG_URL environment variables. i.e.:

      - MONGO_URL=mongodb://mongo:27017/rocketchat?replicaSet=rs0&directConnection=true
      - MONGO_OPLOG_URL=mongodb://mongo:27017/local?replicaSet=rs0&directConnection=true

Refference: Release 5.0.0 · RocketChat/Rocket.Chat · GitHub

2 Likes