Skip to content

Commit dac8d9d

Browse files
fix(mdb): review ro
Co-authored-by: Rowena Jones <[email protected]>
1 parent aaac720 commit dac8d9d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

managed-databases/mongodb/api-cli/backup-and-restore.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To create backups, we will use the `mongodump` tool, which can create backups fo
4141
3. Click the database name or <Icon name="more" /> > **More info** to access the Database Instance information page.
4242
4. Download the Database Instance's SSL certificate.
4343
<Message type="important">
44-
Make sure you know the path to the certificate in your local machine, as it will be used in a later step.
44+
Make sure you know the path to the certificate on your local machine, as it will be used in a later step.
4545
</Message>
4646
5. Run the following command, replacing the values according to the table below.
4747
```
@@ -77,7 +77,7 @@ To create backups, we will use the `mongodump` tool, which can create backups fo
7777
`authenticationMechanism`
7878
: the list of authentication mechanisms the server accepts
7979

80-
If no response is returned, the operation was successful. You can make sure the backup occurred by checking if new files were added to the destination folder.
80+
If no response is returned, the operation was successful. You can make sure the backup occurred by checking that new files were added to the destination folder.
8181

8282
## How to restore from a backup
8383

managed-databases/mongodb/how-to/connect-database-instance.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ categories:
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
- A [MongoDB™ Database Instance](/managed-databases/mongodb/quickstart)
21+
- A [MongoDB™ Database Instance](/managed-databases/mongodb/quickstart/)
2222
- Installed either [mongosh](https://www.mongodb.com/docs/mongodb-shell/), or the [pymongo](https://pymongo.readthedocs.io/en/stable/) distribution for Python, or the Node.js [mongodb module](https://www.npmjs.com/package/mongodb) or the [mongo driver for Go](https://github.com/mongodb/mongo-go-driver), or [Mongoose](https://mongoosejs.com/) on your local machine
2323

2424

25-
## How to connect via database client
25+
## How to connect via a database client
2626

2727
1. Click **MongoDB™** under **Managed Databases** on the side menu. A list of your Database Instances displays.
2828
2. Click the database name or <Icon name="more" /> > **More info** to access the Database Instance information page.

managed-databases/mongodb/how-to/create-a-database-instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Document databases enable users to store and retrieve data in a document format,
3434
- **Replica-set 1-node** - an instance of MongoDB™ that runs as a single server and does not provide redundancy or high availability.
3535
- **Replica-set 3-nodes** - a group of 3 MongoDB™ servers (1 primary and 2 standby nodes) that maintain the same data set. Replica sets provide redundancy and high availability and are the basis for all production deployments. If the main node fails for any reason, one of the remaining standby nodes is assigned and can take over requests, reducing downtime.
3636
- Select a node type.
37-
- Define the size of your Block Storage volume. You can increase your storage space without changing your node type, with no downtime. You can increase your volume to up to 10 TB.
37+
- Define the size of your Block Storage volume. You can increase your storage space without changing your node type, with no downtime. You can increase your volume size to up to 10 TB.
3838
- Add a name and set a password for your user.
3939
<Message type="important">
4040
Your username must adhere to specific criteria.

managed-databases/mongodb/how-to/manage-users.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories:
1616
Users can connect to a database and access its data.
1717

1818
<Message type="important">
19-
During the MongoDB™ private beta, you can have only one user per Instance. The default user has admin rights on the Database Instance. The name and password of this default user can be set up upon Database Instance creation.
19+
During the MongoDB™ private beta, you can have only one user per Instance. The default user has admin rights on the Database Instance. The name and password of this default user can be set upon Database Instance creation.
2020
</Message>
2121

2222
<Macro id="requirements" />

managed-databases/mongodb/reference-content/autohealing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Your Database Instance then goes into autohealing mode and switches to the `AUTO
2020

2121
Your Database Instance will work only with the standby node for at most 700 seconds.
2222

23-
After 700 seconds, if your main database node is still considered as down, a new node is spawned and automatically configured as a standby database node. Your initial standby nodes become the main one.
23+
After 700 seconds, if your main database node is still considered as down, a new node is spawned and automatically configured as a standby database node. Your initial standby node becomes the main one.
2424

2525
Once this process is complete, your Database Instance goes back to `READY` status (represented by the green dot in the Scaleway console).

0 commit comments

Comments
 (0)