Skip to content

Commit 2eac244

Browse files
fix(gen): reviews 30/04
1 parent 84ff47e commit 2eac244

File tree

15 files changed

+50
-33
lines changed

15 files changed

+50
-33
lines changed

pages/account/reference-content/scaleway-network-information.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ meta:
55
content:
66
h1: Scaleway network information
77
paragraph: Access detailed network information for Scaleway services.
8-
tags: scaleway ip-range ntp rpn vpn dns
8+
tags: scaleway ip-range ntp rpn vpn dns
99
dates:
10-
validation: 2024-10-22
10+
validation: 2025-05-02
1111
posted: 2021-08-20
1212
categories:
1313
- console
1414
---
1515

16-
This page serves as a resourceful hub for information related to the Scaleway network infrastructure.
16+
This page serves as a resourceful hub for information related to the Scaleway network infrastructure.
1717
It provides a detailed overview of the IP ranges used by Scaleway, details about the DNS resolver IPs in each data center, and further information regarding various other network-associated services.
1818

1919
## IP ranges used by Scaleway

pages/iam/reference-content/permission-sets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Permission sets
77
paragraph: Explore how to define and manage permission sets for user access control.
88
dates:
9-
validation: 2024-10-23
9+
validation: 2025-05-02
1010
---
1111

1212
Permissions sets and their scope make up [IAM rules](/iam/concepts/#rule), which define the access rights that a principal (user, group or application) should have. They consist of sets of one or multiple [permissions](/iam/concepts/#permission).

pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn to verify the CA certificate for PostgreSQL using API/CLI.
88
tags: verify-ca verify certificate authority postgresql
99
dates:
10-
validation: 2024-10-23
10+
validation: 2025-05-02
1111
posted: 2023-04-01
1212
categories:
1313
- managed-databases

pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to apply maintenance to a Database Instance
88
tags: managed-database postgresql mysql database-instance maintenance
99
dates:
10-
validation: 2024-10-23
10+
validation: 2025-05-02
1111
posted: 2024-04-19
1212
categories:
1313
- managed-databases
@@ -36,6 +36,7 @@ These maintenance operations are set up, run, and scheduled by Scaleway, but you
3636

3737

3838
4. Click **Apply maintenance now** to apply the maintenance immediately. You are redirected to a screen that shows you the status of the maintenance. If you want a more detailed maintenance status, you can [use the API](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/#path-database-instances-apply-database-instance-maintenance).
39+
3940
<Message type="important">
4041
Your Database Instance will be unavailable during the maintenance. This might take a few minutes.
4142
</Message>

pages/managed-databases-for-postgresql-and-mysql/quickstart.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ Compared to traditional database management, which requires customers to provide
4848
- Select the snapshot configuration. You can either leave the default **Automatic** option to enable [autobackups](/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup/) or select [Manual snapshots](/managed-databases-for-postgresql-and-mysql/how-to/manage-snapshots/).
4949
- Add a name and set a password for your user.
5050
<Message type="important">
51-
Your username must adhere to specific criteria.
52-
- Length must be between 1 and 63 characters
53-
- First character must be an alphabetic character (**a-Za-Z**)
54-
- It can not start with **_rdb**
55-
- Only **a-zA-Z0-9_$-** characters are accepted
51+
Your username and password must adhere to specific criteria:
52+
- Your username can contain up to 63 characters and must start with a letter. Only alphanumeric characters are accepted.
53+
- Your password must have a minimum of 12 characters, and at least:
54+
- one uppercase character, and
55+
- one lowercase character, and
56+
- one special character, and
57+
- one number
5658
</Message>
5759
- Enter a name for your Instance.
5860
4. Click **Create Database Instance** to confirm your choices and launch creation.

pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Guide to using the Pub/Sub feature in Redis™ with API/CLI.
88
tags: databases redis pub/sub messaging broker
99
dates:
10-
validation: 2024-10-23
10+
validation: 2025-05-02
1111
categories:
1212
- managed-databases
1313
- redis

pages/managed-databases-for-redis/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains all the concepts related to Managed Database for Redis™.
88
tags: endpoint redis allowed-ip cluster cluster-mode availability horizontal-scaling tcp tls vertical-scaling
99
dates:
10-
validation: 2024-10-23
10+
validation: 2025-05-02
1111
categories:
1212
- managed-databases
1313
- redis

pages/managed-databases-for-redis/how-to/create-a-database-for-redis.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@ Managed Database for Redis™<sup>*</sup> is a low-latency caching solution base
5353
- Create credentials: add a name and set a password for your user.
5454
<Message type="important">
5555
Your username must adhere to specific criteria. It must:
56-
- contain only letters, numbers, hyphens, dollars, and underscores
57-
- be between 1 and 63 characters long
56+
- Start with a letter.
57+
- Contain only alphanumeric characters (letters, numbers, hyphens, dollars, and underscores).
58+
- Have a minimum of 12 and up to 63 characters. With at least:
59+
- one uppercase character, and
60+
- one lowercase character, and
61+
- one special character, and
62+
- one number
5863
- not start with `_rkv`
59-
- start with a letter
6064
- not be `scalewayadmin` or `metrics`
6165
</Message>
6266
- Enter a name and optional tags for the database.

pages/managed-databases-for-redis/quickstart.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,14 @@ Managed Database for Redis™ is a low-latency caching solution based on in-memo
5757
- Create credentials: add a name and set a password for your user.
5858
<Message type="important">
5959
Your username must adhere to specific criteria. It must:
60-
- contain only letters, numbers, hyphens, dollars, and underscores
61-
- be between 1 and 63 characters long
60+
- Start with a letter.
61+
- Contain only alphanumeric characters (letters, numbers, hyphens, dollars, and underscores).
62+
- Have a minimum of 12 and up to 63 characters. With at least:
63+
- one uppercase character, and
64+
- one lowercase character, and
65+
- one special character, and
66+
- one number
6267
- not start with `_rkv`
63-
- start with a letter
6468
- not be `scalewayadmin` or `metrics`
6569
</Message>
6670
- Enter a name and optional tags for the database.

pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Reference guide to default user permissions for Redis™ databases.
88
tags: databases user redis username password
99
dates:
10-
validation: 2024-10-23
10+
validation: 2025-05-02
1111
categories:
1212
- managed-databases
1313
- redis

0 commit comments

Comments
 (0)