-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Description
Description:
Using the rocketchat docker-compose file here: https://raw.githubusercontent.com/RocketChat/Rocket.Chat/develop/docker-compose.yml the instance installs Mongodb v4.0. When starting up rocketchat, it gives a warning stating mongodb 4.0 has been depreciated and needs to be at least 4.2. Updating the file to just 4.2 breaks due to changes in mongodb's file system. The docker-compose needs to be updated properly.
Steps to reproduce:
- Install docker-compose version of rocket chat using the official instructions here: https://docs.rocket.chat/quick-start/installing-and-updating/docker-containers/docker-compose
- You will receive an error stating mongodb is depreciated
- You will also receive multiple messages on your installation telling you it's depreciated.
Expected behavior:
The version of mongodb to be updating and the documentation updated to reflect the changes/
Actual behavior:
Server Setup Information:
- Version of Rocket.Chat Server: 4.0.2
- Operating System: Ubuntu 20.04
- Deployment Method: Docker
- Number of Running Instances: 1
- DB Replicaset Oplog:
- NodeJS Version:
- MongoDB Version: 4.0
Client Setup Information
- Desktop App or Browser Version: N/A
- Operating System: N/A
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

