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: pages/managed-databases-for-postgresql-and-mysql/how-to/manage-nodes.mdx
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,15 @@ You can change your Database Instance the node type and enable High Availability
29
29
5. Choose the specifications of the new Database Instance from the drop-down list.
30
30
6. Click **Update node type** to confirm your choices.
31
31
<Messagetype="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.
33
39
</Message>
34
40
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
-
37
41
## How to enable High Availability
38
42
39
43
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
61
65
6. Click **Activate**.
62
66
63
67
<Messagetype="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.
Copy file name to clipboardExpand all lines: pages/managed-databases-for-postgresql-and-mysql/how-to/manage-users.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ Users can connect to a database and access its data. Each one has a different se
40
40
</Message>
41
41
42
42
<Messagetype="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.
46
46
</Message>
47
47
8. Click **Create user** to confirm.
48
48
@@ -64,7 +64,7 @@ Permissions define the actions a user can perform on a logical database. A datab
64
64
Three types of permissions are available:
65
65
- **None:** No access to the database
66
66
- **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.
Copy file name to clipboardExpand all lines: pages/managed-databases-for-postgresql-and-mysql/how-to/manage-volumes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ It is possible to change your [volume type](/managed-databases-for-postgresql-an
41
41
5. Select **Block Storage** from the drop-down menu.
42
42
6. Click **Update volume type** to confirm.
43
43
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.
0 commit comments