Skip to content

Commit 3ff37b1

Browse files
fix(mdb): fixes
1 parent 56fec42 commit 3ff37b1

File tree

10 files changed

+14
-49
lines changed

10 files changed

+14
-49
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ categories:
1111
- postgresql-and-mysql
1212
---
1313

14-
<Message type="important">
15-
Managed MongoDB® is currently in private beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
16-
</Message>
17-
1814
Managed MongoDB® provides fully-managed document Database Instances, with a MongoDB®-compatible API layer over a PostgreSQL engine to store and retrieve data.
1915

2016
This means you can use MongoDB® command line tools to use and manage your MongoDB® Databases.

pages/managed-mongodb-databases/concepts.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ categories:
1010
- managed-databases
1111
---
1212

13-
<Message type="important">
14-
Managed MongoDB® is currently in private beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
15-
</Message>
16-
1713
## Block Storage Legacy
1814

1915
Block Storage Legacy is a volume type that is decoupled from your compute resources. You can increase your storage space to up to 10 TB without changing your node type.
@@ -60,10 +56,6 @@ Compared to traditional database management, which requires customers to provisi
6056

6157
<Macro id="region-and-az" />
6258

63-
<Message type="requirement">
64-
During the MongoDB® Private Beta, only the France region is available.
65-
</Message>
66-
6759
## Replica-set 1-node
6860

6961
An Instance of MongoDB® that runs as a single server and does not provide redundancy or high availability.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ categories:
1313
- managed-databases
1414
---
1515

16-
<Message type="important">
17-
Managed MongoDB® is currently in public beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
18-
</Message>
19-
2016
<Macro id="requirements" />
2117

2218
- A Scaleway account logged into the [console](https://console.scaleway.com)

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ categories:
1313
- managed-databases
1414
---
1515

16-
<Message type="important">
17-
Managed MongoDB® is currently in public beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
18-
</Message>
19-
2016
Managed MongoDB® provides fully-managed document Database Instances, with MongoDB® as a database engine.
2117

2218
Document databases enable users to store and retrieve data in a document format, such as `json`. Compared to traditional relational databases where data is stored in a table-like format, document-type storage supports storing multiple nested keys and values in each document key.
@@ -41,7 +37,7 @@ Document databases enable users to store and retrieve data in a document format,
4137
- Configure storage settings. You can:
4238
- Choose the [IOPS](/block-storage/concepts/#iops) setting, between **5k** and **15k**.
4339
- Define your volume size. Block Storage volumes can increase up to 10 TB.
44-
- Review the snapshot configuration. During the private beta, only manual snapshots are available.
40+
- Review the snapshot configuration.
4541
4. Configure your Network. Choose one or both of the options below:
4642
- **Attach to Private Network**: allows your databases to communicate in an isolated and secure network without requiring a public IP address. If you select this option, you must either:
4743
- Select and attach an existing Private Network and select the network from the drop-down list.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ categories:
1313
- managed-databases
1414
---
1515

16-
<Message type="important">
17-
Managed MongoDB® is currently in public beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
18-
</Message>
19-
2016
<Macro id="requirements" />
2117

2218
- A Scaleway account logged into the [console](https://console.scaleway.com)

pages/managed-mongodb-databases/how-to/increase-volume.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ categories:
1313
- managed-databases
1414
---
1515

16-
<Message type="important">
17-
Managed MongoDB® is currently in public beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
18-
</Message>
19-
2016
You can increase the Block Storage volume of your MongoDB® Database Instance in the Scaleway console anytime.
2117

2218
<Macro id="requirements" />

pages/managed-mongodb-databases/how-to/manage-snapshots.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ categories:
1313
- managed-databases
1414
---
1515

16-
<Message type="important">
17-
Managed MongoDB® is currently in public beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
18-
</Message>
19-
2016
[Snapshots](/managed-mongodb-databases/how-to/manage-snapshots/) allow you to restore data in a new Database Instance.
2117

2218
You can have up to 100 snapshots per Instance and project (depending on quotas).

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,13 @@ categories:
1313
- managed-databases
1414
---
1515

16-
<Message type="important">
17-
Managed MongoDB® is currently in public beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
18-
</Message>
19-
2016
Users can connect to a database and access its data.
2117

22-
<Message type="important">
23-
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.
24-
</Message>
25-
2618
<Macro id="requirements" />
2719

2820
- A Scaleway account logged into the [console](https://console.scaleway.com)
2921
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22+
- A valid [API key](/iam/how-to/create-api-keys/)
3023
- A [MongoDB® Database Instance](/managed-mongodb-databases/quickstart)
3124

3225
## How to change the password of your user
@@ -37,3 +30,15 @@ Users can connect to a database and access its data.
3730
4. Click **Change password** to do so. A pop-up appears.
3831
5. Enter your new password and confirm.
3932

33+
## How to create a multi-users via the API
34+
35+
When you create your MongoDB® Database Instance, the first user is created by default and has admin rights.
36+
37+
You can create more users and grant them pre-set roles via the [Scaleway Managed MongoDB® API](https://www.scaleway.com/en/developers/api/managed-database-mongodb/).
38+
39+
<Message type="important">
40+
All users you create have at first administrator roles, which can be changed after creation with the [Update a user on a Database Instance](https://www.scaleway.com/en/developers/api/managed-database-mongodb/#path-users-update-a-user-on-a-database-instance) call.
41+
</Message>
42+
43+
44+

pages/managed-mongodb-databases/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ content:
1515
label="Managed MongoDB® Quickstart"
1616
/>
1717

18-
<Message type="important">
19-
Managed MongoDB® is currently in public beta. [Fill out the form](https://www.scaleway.com/en/managed-mongodb-form/) to be notified of the General Availability or if you want to get in touch with our team about Managed MongoDB®.
20-
</Message>
21-
2218
## Getting Started
2319

2420
<Grid>

pages/managed-mongodb-databases/quickstart.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ categories:
1313
- managed-databases
1414
---
1515

16-
<Message type="important">
17-
Managed MongoDB® is currently in public beta. [Fill out the form](https://www.scaleway.com/en/managed-mongodb/) to be notified of the General Availability or if you want to get in touch with our team about Managed MongoDB®.
18-
</Message>
19-
2016
Managed MongoDB® provides fully-managed document Database Instances, with MongoDB® as a database engine.
2117

2218
MongoDB® databases enable users to store and retrieve data in a document format, such as `json`. Compared to traditional relational databases where data is stored in a table-like format, document-type storage supports storing multiple nested keys and values in each document key.

0 commit comments

Comments
 (0)