Skip to content

Changing MongoDB credentials in Sametime for Docker and Podman

  1. 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.
  2. Update the MONGO_URL values to the new user and password.

  3. Save the changes.

  4. Start the Sametime server to apply the changes.

    docker compose up -d
    

Parent Topic: MongoDB