11059 multi-instance, versioned docs (#58095)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
@@ -32,31 +32,31 @@ access to the database.
|
||||
1. Log in to the MongoDB Atlas dashboard.
|
||||
2. From the dashboard, click on "Database Access" under "Security"
|
||||
|
||||

|
||||

|
||||
|
||||
3. Click on the "+ ADD NEW DATABASE USER" button.
|
||||
|
||||

|
||||

|
||||
|
||||
4. On the "Add new Database User" modal dialog, choose "Password" for the "Authentication Method".
|
||||
|
||||

|
||||

|
||||
|
||||
5. In the "Password Authentication" section, set the username to `READ_ONLY_USER` in the first text box and set a password in the second text box.
|
||||
|
||||

|
||||

|
||||
|
||||
6. Under "Database User Privileges", click on "Select one built-in role for this user" under "Built-in Role" and choose "Only read any database".
|
||||
|
||||

|
||||

|
||||
|
||||
7. Enable "Restrict Access to Specific Clusters/Federated Database instances" and enable only those clusters/database that you wish to replicate.
|
||||
|
||||

|
||||

|
||||
|
||||
8. Click on "Add User" at the bottom to save the user.
|
||||
|
||||

|
||||

|
||||
|
||||
##### Self Hosted
|
||||
|
||||
@@ -112,15 +112,15 @@ the connection configuration for a MongoDB Atlas-hosted replica set cluster:
|
||||
1. Log in to the [MongoDB Atlas dashboard](https://cloud.mongodb.com/).
|
||||
2. From the dashboard, click on the "Connect" button of the source cluster.
|
||||
|
||||

|
||||

|
||||
|
||||
3. On the "Connect to <cluster name>" modal dialog, select "Shell" under the "Access your data through tools" section.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Copy the connection string from the entry labeled "2. Run your connection string in your command line" on the modal dialog, removing/avoiding the quotation marks.
|
||||
|
||||

|
||||

|
||||
|
||||
##### Self Hosted Cluster
|
||||
|
||||
|
||||
Reference in New Issue
Block a user