Skip to content

Commit 1c9636f

Browse files
fix(rdb): review hugo estelle
1 parent 816b651 commit 1c9636f

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ You can create new Database Instances to attach to your Private Network, or atta
101101
This action takes a few moments to complete. During this time, your Database Instance:
102102
- remains available,
103103
- goes into **Configuring** mode, and
104-
- network configuration actions become unavailable
104+
- all Database Instance configuration becomes unavailable
105105
</Message>

pages/managed-databases-for-postgresql-and-mysql/how-to/manage-nodes.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ You can change your Database Instance the node type and enable High Availability
2929
5. Choose the specifications of the new Database Instance from the drop-down list.
3030
6. Click **Update node type** to confirm your choices.
3131
<Message type="important">
32-
Make sure that the Database Instance you choose provides sufficient disk space for your database. Otherwise, an error message will be displayed, and the database will not be upgraded.
32+
Keep in mind that:
33+
- Changing the node type performs a rolling upgrade of your Database Instance.
34+
- During this process, the Database Instance will be unavailable for several seconds.
35+
- The Instance stays in `Initializing` mode throughout the process.
36+
- If you use local storage:
37+
- Make sure that the Database Instance you choose provides sufficient disk space for your database. Otherwise, an error message will be displayed, and the database will not be upgraded.
38+
- The process can take longer than expected, but the unavailability period of the Instance will be short. This means that though the Database Instance mostly remains available during the entire process, bar a few seconds.
3339
</Message>
3440

35-
Changing the node type performs a rolling upgrade of your Database Instance. During this process, the Database Instance will be unavailable for several seconds.
36-
3741
## How to enable High Availability
3842

3943
You define your Database Instance's node configuration upon its [creation](/managed-databases-for-postgresql-and-mysql/how-to/create-a-database). Two node configuration modes are available with PostgreSQL or MySQL Database Instances.
@@ -61,5 +65,9 @@ If you are in standalone mode, you can change the node configuration to High Ava
6165
6. Click **Activate**.
6266

6367
<Message type="note">
64-
Changing the node type performs a rolling upgrade of your Database Instance. During this process, the Database Instance will be unavailable for several seconds.
68+
Keep in mind that:
69+
- Changing the node type performs a rolling upgrade of your Database Instance.
70+
- During this process, the Database Instance will be unavailable for several seconds.
71+
- The Instance stays in `Initializing` mode throughout the process and all console actions are unavailable.
72+
- If you use local storage the process can take longer than expected, but the unavailability period of the Instance will be short. This means that though the Database Instance mostly remains available during the entire process, bar a few seconds.
6573
</Message>

pages/managed-databases-for-postgresql-and-mysql/how-to/manage-users.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Users can connect to a database and access its data. Each one has a different se
4040
</Message>
4141

4242
<Message type="important">
43-
Permissions are applied to existing items **at the moment the configuration is set**. They cannot be applied to any items created afterward.
44-
When you modify your Database configuration, your configured permissions are automatically set to **Custom**. The **Custom** setting ensures that your permissions are still valid for items created before you reconfigured your Database.
45-
Any items created after you change your configuration will not have permissions applied to them, you must set new permissions.
43+
PostgreSQL Permissions are applied to existing items **at the moment the configuration is set**. They cannot be applied to any items created afterward.
44+
When you add database objects like tables or sequences, your configured permissions are automatically set to **Custom**. The **Custom** setting ensures that your permissions are still valid for items created before you reconfigured your Database.
45+
You can use [PostgreSQL default privileges](https://www.postgresql.org/docs/current/sql-alterdefaultprivileges.html) to set default privileges for future objects.
4646
</Message>
4747
8. Click **Create user** to confirm.
4848

@@ -64,7 +64,7 @@ Permissions define the actions a user can perform on a logical database. A datab
6464
Three types of permissions are available:
6565
- **None:** No access to the database
6666
- **Read:** Allow users to read tables and fields in a database
67-
- **Write:** Allow users to write content in databases
68-
67+
- **Read/Write:** Allow users to read/write content in databases
68+
- **All:** Allows the creation of schemas and tables.
6969
</Message>
7070
7. Click **Update user** to confirm.

pages/managed-databases-for-postgresql-and-mysql/how-to/manage-volumes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It is possible to change your [volume type](/managed-databases-for-postgresql-an
4141
5. Select **Block Storage** from the drop-down menu.
4242
6. Click **Update volume type** to confirm.
4343

44-
The Database Instance goes into the `Initializing` state.
44+
The Database Instance goes into the `Initializing` state and remains available during the process. The time it takes to complete the process may vary, depending on the size of the volume.
4545

4646
### The volume changing process
4747

0 commit comments

Comments
 (0)