Mongodb access credentials

Hi team,

Installed Open Edx native version in ubuntu 16.04 ( Ironwood.master). So please mention the default **Mongo db root access credentials…? or Please mention the file location where could i find the mongo db credentials…?

used this command in the server :

mongo admin --username root -p password

Hi @aks,
you can find the default MongoDB credentials in the configuration repository.
The edxapp credentials are here and forum credentials are here.

HI @Agrendalath,

Thanks for the reply.

Used the credentials but i got this error

root@ip-172-31-4-87:/home/ubuntu# mongo edxapp --username edxapp -ppassword
MongoDB shell version: 3.2.16
connecting to: edxapp
2020-05-01T10:49:34.235+0530 E QUERY [thread1] Error: Authentication failed. :
DB.prototype._authOrThrow@src/mongo/shell/db.js:1441:20
@(auth):6:1
@(auth):1:2

exception: login failed

@aks, for Ironwood you can find the actual MongoDB credentials in /edx/app/edxapp/lms.auth.json under CONTENTSTORE -> OPTIONS.

Thanks @Agrendalath . It worked …