Changing MongoDB credentials in Sametime for Docker and Podman
-
Edit the custom.env file and locate the MONGO_URL parameters in the file.
Sametime configures the MongoDB details in a Mongo URL, for example:
mongodb://sametime_user:mongodb_password.mongodb_host:port
where:
- sametime_user is the name of the MongoDB used by the MongoDB user.
- mongodb_password is the password used by the MongoDB user.
- mongodb_host is the fully qualified host name of the MongoDB server.
- port is the port number used by MongoDB.
-
Update the MONGO_URL values to the new user and password.
-
Save the changes.
-
Start the Sametime server to apply the changes.
docker compose up -d
Parent Topic: MongoDB