You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: managed-databases/mongodb/how-to/connect-database-instance.mdx
+23-22Lines changed: 23 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,20 @@ categories:
15
15
16
16
<Macroid="requirements" />
17
17
18
-
<Messagetype="requirement">
19
-
- You have an account and are logged into the [Scaleway console](https://console.scaleway.com)
20
-
- You have a [MongoDB™ Database Instance](/managed-databases/mongodb/quickstart)
21
-
</Message>
18
+
19
+
- A Scaleway account logged into the [console](https://console.scaleway.com)
20
+
-[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)
22
+
- 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
23
+
22
24
23
25
## How to connect via database client
24
26
25
27
1. Click **MongoDB™** under **Managed Databases** on the side menu. A list of your Database Instances displays.
26
28
2. Click the database name or <Iconname="more" /> > **More info** to access the Database Instance information page.
27
29
3. Click <Iconname="download" /> next to the **TLS certificate** to download it.
28
30
4. Transfer the file to where you will execute the connection command.
29
-
5. Return to the console and click **Connect** in the **Connect Database Instance** section.
31
+
5. Return to the console and click **Connect** in the **Connect Database Instance** section. A pop-up appears.
30
32
6. Select a connection mode. The following modes are available: `mongosh`, `Python`, `Go`, `Node.js` and `Mongoose`.
31
33
7. Replace the variables in the commands with your information.
32
34
@@ -38,35 +40,34 @@ To connect to a public endpoint using the MongoDB™ shell:
38
40
39
41
1. Replace the following variables in the command as described:
For multiple nodes, replace `{db-instance-id}` with the Database Instance UUID of each respective Instance, and `{privateNetworkName}` with the names of your Private Network:
@@ -28,9 +28,9 @@ Document databases enable users to store and retrieve data in a document format,
28
28
1. Click **MongoDB™** under **Managed Databases** on the side menu, if you do not have a Database Instance already created, the creation page displays.
29
29
2. Click **Create a Database Instance**. The creation wizard displays.
30
30
3. Complete the following steps in the wizard:
31
-
- Select **MongoDB™** as a database engine.
31
+
- Select **MongoDB™** as a database engine.
32
32
- Choose a region. This is the geographical location where your database will be deployed.
33
-
- Select a database configuration. You can choose between:
33
+
- Select a replica set configuration. You can choose between:
34
34
-**Replica-set 1-node** - an instance of MongoDB™ that runs as a single server and does not provide redundancy or high availability.
35
35
-**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.
36
36
- Select a node type.
@@ -46,4 +46,4 @@ Document databases enable users to store and retrieve data in a document format,
46
46
- Enter a name for your Database Instance.
47
47
4. Click **Create a Database Instance** to confirm your choices and launch creation.
48
48
49
-
You are taken to the **Overview** tab for your Database Instance, where you can see information including the **Endpoint** to enable you to connect to it.
49
+
You are taken to the **Overview** tab for your Database Instance.
- You have an account and are logged into the [Scaleway console](https://console.scaleway.com)
21
-
- You have a[MongoDB™ Database Instance](/managed-databases/mongodb/quickstart)
22
-
</Message>
19
+
- A Scaleway account logged into the [console](https://console.scaleway.com)
20
+
-[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
1. Click **MongoDB™** under **Managed Databases** on the side menu. A list of your Database Instances displays.
25
25
2. Click the database name or <Iconname="more" /> > **More info** to access the Database Instance information page.
26
-
3.Scroll down the page to the **Delete Instance** section and click **Delete Instance**. A pop-up appears to inform you that:
26
+
3.Click the **Settings** tab, scroll down to the **Delete Database Instance** section and click **Delete Instance**. A pop-up appears to inform you that:
27
27
<Messagetype="important">
28
28
This will permanently destroy your Instance, and all your data will be lost. This action is irreversible.
title: How to increase the storage of a Managed Database for MongoDB™
4
+
description: Guide to increasing the block volume of your MongoDB™ Database Instance at Scaleway.
5
+
content:
6
+
h1: How to increase the storage of a Managed Database for MongoDB™
7
+
paragraph: Guide to increasing the block volume of your MongoDB™ Database Instance at Scaleway.
8
+
tags: managed-database postgresql mysql upgrade
9
+
dates:
10
+
validation: 2024-10-01
11
+
posted: 2024-10-01
12
+
categories:
13
+
- managed-databases
14
+
---
15
+
16
+
You can increase the Block Storage volume of your MongoDB™ Database Instance in the Scaleway console anytime.
17
+
18
+
<Macroid="requirements" />
19
+
20
+
- A Scaleway account logged into the [console](https://console.scaleway.com)
21
+
-[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
22
+
- A [MongoDB™ Database Instance](/managed-databases/mongodb/quickstart)
23
+
24
+
25
+
## How to increase a Block Storage volume
26
+
27
+
1. Click **MongoDB™** under **Managed Databases** on the side menu. A list of your Database Instances displays.
28
+
2. Click the name of the Database Instance you want to configure. The Database Instance overview page displays.
29
+
3. Scroll down to **Volume settings**.
30
+
4. Specify your volume capacity (in GB). The amount you define will be your new volume capacity.
31
+
<Messagetype="important">
32
+
- You can increase your Block Storage volume to up to 10 TB.
0 commit comments