aks
April 30, 2020, 6:55am
1
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
Agrendalath
(Piotr Surowiec (OpenCraft) - opencraft.com/help)
April 30, 2020, 6:51pm
2
Hi @aks ,
you can find the default MongoDB credentials in the configuration repository .
The edxapp credentials are here and forum credentials are here .
aks
May 1, 2020, 5:21am
3
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
Agrendalath
(Piotr Surowiec (OpenCraft) - opencraft.com/help)
May 4, 2020, 10:46am
4
@aks , for Ironwood you can find the actual MongoDB credentials in /edx/app/edxapp/lms.auth.json
under CONTENTSTORE -> OPTIONS
.
aks
May 5, 2020, 5:24am
5
Thanks @Agrendalath . It worked …