-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.6.4
-
Component/s: Auth
-
None
-
Environment:ubuntu, rails
We have mongodb users with MONGODB-CR credentials, and I'm ready to upgrade to SCRAM. We're currently running 3.4 MongoDb.
I know we have to run 'db.adminCommand({authSchemaUpgrade: 1});', but I'm curious whether there's anything else to do.
Does anything have to change in our application to support the database change? Will the application (a Rails webapp) just keep working unaffected the way it currently passes the credentials, or do I have to restart anything?
thanks.