Skip to content

Commit ff84503

Browse files
fix(rdb): new settings pager (#5670)
1 parent e0585f5 commit ff84503

File tree

4 files changed

+26
-22
lines changed

4 files changed

+26
-22
lines changed

macros/databases/autobackups.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Backups are used when your Database Instance's storage option is a Local volume.
2222
2. Select the geographical region of the Instance you want to manage from the drop-down.
2323
3. Click the Database Instance name or <Icon name="more" /> > **More info** to access the Database Instance's Overview page.
2424
<Message type="note">
25-
If you have a Database Instance using Block Storage, you can follow the next steps from the **Snapshots** tab.
25+
If you have a Database Instance using Block Storage, you can follow the next steps from the **Settings** tab.
2626
</Message>
27-
4. Scroll down to **Backup configuration** and click <Icon name="edit" />.
27+
4. Scroll down to **Backup configuration** (or **Snapshot configuration**) and click <Icon name="edit" /> **Edit**.
2828
<Message type="note">
2929
Although autobackup is enabled by default, you can select **Manual** in the **Choose a backup configuration** step of the Database Instance creation wizard to disable the feature before you create the Instance. You can also disable it after the Database Instance is ready.
3030
</Message>
31-
5. Configure the backup frequency and retention, then click <Icon name="validate" /> to confirm.
31+
5. Select **Automated** and configure the backup frequency and retention, then click <Icon name="validate" /> to confirm.

pages/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings.mdx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ Advanced settings allow you to modify the default configuration of your database
2424
1. Click **PostgreSQL and MySQL** under **Databases** on the side menu. A list of your Database Instances displays.
2525
2. Select the geographical region of the Instance you want to manage from the drop-down.
2626
3. Click the Database Instance name or <Icon name="more" /> > **More info** to access the database information page.
27-
4. Click the **Advanced settings** tab.
27+
4. Click the **Settings** tab.
28+
5. Scroll to the **Advanced Settings** section.
2829

2930
To add advanced settings, follow these steps:
3031

31-
- Click <Icon name="edit" />.
32-
- Click **+ Add parameters**.
33-
- Select your parameter in the drop-down.
34-
- Configure the value associated with your setting.
35-
- Click <Icon name="validate" /> to validate.
32+
- Click <Icon name="edit" />.
33+
- Click **+ Add parameters**.
34+
- Select your parameter in the drop-down.
35+
- Configure the value associated with your setting.
36+
- Click <Icon name="validate" /> to validate.
3637

37-
To delete them:
38-
- Click <Icon name="edit" /> in the advanced settings tab.
39-
- Click <Icon name="delete" /> next to the setting you wish to delete.
40-
- Click <Icon name="validate" /> to confirm your changes.
38+
To delete them:
39+
- Click <Icon name="edit" /> in the advanced settings tab.
40+
- Click <Icon name="delete" /> next to the setting you wish to delete.
41+
- Click <Icon name="validate" /> to confirm your changes.
4142

4243

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ You can change your Database Instance node type and enable High Availability aft
2525
1. Click **PostgreSQL and MySQL** under **Databases** on the side menu. A list of your Database Instances displays.
2626
2. Select the geographical region of the Instance you want to manage from the drop-down.
2727
3. Click the name of the Database Instance you want to configure. Your database's Overview page displays.
28-
4. Scroll down to the **Node settings** section. Then, click **Change node type**.
29-
5. Choose the specifications of the new Database Instance from the drop-down list.
30-
6. Click **Update node type** to confirm your choices.
28+
4. Click the **Settings** tab.
29+
5. Scroll down to the **Node settings** section. Then, click **Change node type**.
30+
6. Choose the specifications of the new Database Instance from the drop-down list.
31+
7. Click **Update node type** to confirm your choices.
3132
<Message type="important">
3233
Keep in mind that:
3334
- Changing the node type performs a rolling upgrade of your Database Instance.

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ It is possible to change your [volume type](/managed-databases-for-postgresql-an
3131
1. Click **PostgreSQL and MySQL** under **Databases** on the side menu. A list of your Database Instances displays.
3232
2. Select the geographical region of the Instance you want to manage from the drop-down.
3333
3. Click the name of the Database Instance you want to edit. The database's Overview page displays.
34-
4. Scroll down to **Volume settings**, then click **Change volume type**.
34+
4. Click the **Settings** tab.
35+
5. Scroll down to **Volume settings**, then click **Change volume type**.
3536
<Message type="important">
3637
Before changing the volume type, make sure your Instance is in one of the following states:
3738
- `READY` (represented as "Running" in the Scaleway console)
3839
- `DISK_FULL`
3940
</Message>
4041
A pop-up appears.
41-
5. Select **Block Storage** from the drop-down menu.
42-
6. Click **Update volume type** to confirm.
42+
6. Select **Block Storage** from the drop-down menu.
43+
7. Click **Update volume type** to confirm.
4344

4445
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.
4546

@@ -60,10 +61,11 @@ During the process:
6061
1. Click **PostgreSQL and MySQL** under **Databases** on the side menu. A list of your Database Instances displays.
6162
2. Select the geographical region of the Instance you want to manage from the drop-down.
6263
3. Click the name of the Database Instance you want to configure. The Database Instance overview page displays.
63-
4. Scroll down to **Volume settings**.
64-
5. Specify your volume capacity (in GB). The amount you define will be your new volume capacity.
64+
4. Click the **Settings** tab.
65+
5. Scroll down to **Volume settings**.
66+
6. Specify your volume capacity (in GB). The amount you define will be your new volume capacity.
6567
<Message type="important">
6668
- You can increase your Block Storage volume to up to 10 TB.
6769
- Block volume sizes cannot be decreased.
6870
</Message>
69-
6. Click **Increase volume size** to confirm.
71+
7. Click **Increase volume size** to confirm.

0 commit comments

Comments
 (0)