From 337670ea9510fc778928dadec558d04942ef4f0c Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:53:49 +0200 Subject: [PATCH 1/3] fix(iam): reviews 21/04 --- pages/iam/concepts.mdx | 15 ++++----------- pages/iam/how-to/manage-members.mdx | 13 +++++++------ pages/iam/quickstart.mdx | 19 +++++++++++++------ pages/iam/reference-content/overview.mdx | 14 ++++++++++---- pages/iam/reference-content/policy.mdx | 2 +- .../reproduce-roles-project-api-keys.mdx | 2 +- .../users-groups-and-applications.mdx | 2 +- .../concepts.mdx | 2 +- .../how-to/change-volume-type.mdx | 12 ++++++------ .../how-to/create-a-database.mdx | 2 +- .../reference-content/autohealing.mdx | 2 +- .../security-and-reliability.mdx | 2 +- .../troubleshooting/extension-errors.mdx | 2 +- .../managing-username-and-password.mdx | 2 +- .../organization-quotas.mdx | 2 +- pages/organizations-and-projects/concepts.mdx | 6 ++++-- .../tem-capabilities-and-limits.mdx | 2 +- .../troubleshooting/delist-domain.mdx | 2 +- 18 files changed, 56 insertions(+), 47 deletions(-) diff --git a/pages/iam/concepts.mdx b/pages/iam/concepts.mdx index d4fe5a8df8..2da423cbc6 100644 --- a/pages/iam/concepts.mdx +++ b/pages/iam/concepts.mdx @@ -7,7 +7,7 @@ content: paragraph: Understand the fundamental concepts of Identity and Access Management in Scaleway. tags: advanced settings owner iam principal dates: - validation: 2025-04-08 + validation: 2025-04-23 --- @@ -74,9 +74,9 @@ As a Member you are subject to [complying with the security requirements](/iam/h ## Organization -An Organization is made of one or several [Projects](#project). When you create your Scaleway account, an Organization is automatically created, of which you are the Owner. When you create [IAM rules](#rule), you can set their scope at Organization level. +An Organization is made of one or several [Projects](#project). When you create your Scaleway account, an Organization is automatically created, of which you are the Owner. You can also be added to an existing Organization as a [Guest](#guest) or as a [Member](#member). -This means you can give access to features managed at Organization level, like billing and IAM, to users, applications, and groups in your Organization. +When you create [IAM rules](#rule), you can set their scope at Organization level. This means you can give access to features managed at Organization level, like billing and IAM, to users, applications, and groups in your Organization. @@ -136,14 +136,7 @@ A rule (also known as an IAM rule) is the part of a [policy](#policy) that defin - **Projects** group your Scaleway resources (e.g. Instances, Object Storage buckets, Managed Databases etc.) together. An Organization may have many Projects, or just one default Project. If you choose to define scope at Project level, you can select one, many, or all Projects. When you then define the [permission sets](#permission-set) for this scope, you can give access to different resources within the Project(s). - An **Organization** is made of one or several Projects. Billing, IAM, Project management and support are all managed at Organization level, so choose the Organization scope to give access to these features. 2. One or more [**permission sets**](#permission-set) (e.g. "list all Instances"). A permission set consists of one or multiple [permissions](#permission) to perform actions on resources or features. Each permission set has a clear description, e.g. `InstancesFullAccess`, `InstancesReadOnly`, `DatabaseFullAccess`, `BillingReadOnly`. - - The rule below defines various levels of access to different resources in Project A. The [principal](#principal) (user, group, or application) can create, list, delete and manage Instances and Databases, but for Object Storage can only list and read the resources: - -SCOPE -: Project A - -PERMISSION SET -: InstancesFullAccess, ObjectStorageReadOnly, DatabasesFullAccess +3. (Optional) One or more [IAM conditions](#conditions) - defined in Common Expression Language (CEL) expressions. ## Scope diff --git a/pages/iam/how-to/manage-members.mdx b/pages/iam/how-to/manage-members.mdx index f8bcb0ee6a..abba7e3e8c 100644 --- a/pages/iam/how-to/manage-members.mdx +++ b/pages/iam/how-to/manage-members.mdx @@ -18,18 +18,19 @@ dates: ## How to create a Member 1. Click **Identity and Access Management (IAM)** from the top-right of your [Organization Dashboard](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays. -2. Click **+ Create Member**. A pop-up displays. -3. Enter a username and the email address of the Member you want to add to your Organization. +2. Click **+ Add user**. A pop-up displays prompting you to choose between creating a **Member** or adding a **Guest**. +3. Select **Member** and click **Continue**. +4. Enter a username and the email address of the Member you want to add to your Organization. When you create a Member, a Scaleway account is created for them. They exist only within your Organization. If you delete the Member, their account is also deleted. -4. (Optional) Check the box if you want to send a welcome email to the Member. -5. Add a password. +5. (Optional) Check the box if you want to send a welcome email to the Member. +6. Add a password. This step is optional. If you set a password, make sure you keep note of it to share it with the Member later. The password will only be shown once. If password renewal is enforced in the Organization, from their first login, the Member has up to 3 days to update their password and comply with this security requirement. -6. (Optional) Check the box if you want to send the password to the Member via email. -7. Click **Create Member**. +7. (Optional) Check the box if you want to send the password to the Member via email. +8. Click **Create Member**. If you did not send an welcome email to the Member, make sure you give them their login information. diff --git a/pages/iam/quickstart.mdx b/pages/iam/quickstart.mdx index ecb4074d21..2c06a56ca8 100644 --- a/pages/iam/quickstart.mdx +++ b/pages/iam/quickstart.mdx @@ -23,15 +23,22 @@ Read our dedicated page for a [general overview of IAM](/iam/reference-content/o ## How to invite a user to your Organization -Invite other users to be able to give them access to your Organization. You will be able to define the exact level of access to give by creating a [policy](#how-to-give-permissions-to-users-and-applications-via-policies) for them later. +Invite other users to be able to give them access to your Organization. You will be able to define the exact level of access to give by creating a [policy](#how-to-give-permissions-to-users-and-applications-via-policies) for them later. You can add two types of users: [Guests](/iam/concepts/#guest) and [Members](/iam/concepts/#member). In this section we show you how to [add a member](/iam/how-to/manage-members/#how-to-create-a-member). 1. Click **Identity and Access Management (IAM)** from the top-right of your [**Organization Dashboard**](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays. 2. Click **+ Add user**. A pop-up displays prompting you to choose between creating a **Member** or adding a **Guest**. -3. Select **Guest** and click **Continue**. -4. Enter the email address of the person you want to invite. If you want to invite more than one user, enter multiple email addresses separated by commas. Optionally, you can also select a [group](/iam/concepts/#group) to add the user to and add one or more tags. -5. Click **Invite** to send the invitation. - The user receives an email inviting them to accept your invitation. If they do not already have a Scaleway account, they will be prompted to [create one](/account/how-to/create-an-account/) first. -6. The user will appear in the list of your Organization's users once they have accepted the invitation. +3. Select **Member** and click **Continue**. +4. Enter a username and the email address of the Member you want to add to your Organization. + + When you create a Member, a Scaleway account is created for them. They exist only within your Organization. If you delete the Member, their account is also deleted. + +5. (Optional) Check the box if you want to send a welcome email to the Member. +6. Add a password. + + This step is optional. If you set a password, make sure you keep note of it to share it with the Member later. The password will only be shown once. If password renewal is enforced in the Organization, from their first login, the Member has up to 3 days to update their password and comply with this security requirement. + +7. (Optional) Check the box if you want to send the password to the Member via email. +8. Click **Create Member**. ## How to create an application diff --git a/pages/iam/reference-content/overview.mdx b/pages/iam/reference-content/overview.mdx index 65c37c3a4c..431fb1ed55 100644 --- a/pages/iam/reference-content/overview.mdx +++ b/pages/iam/reference-content/overview.mdx @@ -7,7 +7,7 @@ content: paragraph: High-level overview of Scaleway IAM features. tags: iam dates: - validation: 2024-10-16 + validation: 2025-04-23 categories: - iam - console @@ -25,9 +25,13 @@ When you create your Scaleway account, an [Organization](/iam/concepts/#organiza + + You can also be added to an existing Organization as a [Guest](#guest) or as a [Member](#member). Your permissions on these Organizations will depend on the policies set for you by the Organization administrator. + + ### Creating Resources & Projects -Once you set up your account, you can start creating resources such as Instances, Kubernetes Kapsules, Elastic Metal servers, etc. All resources that you create are added to your Organization's default [Project](/iam/concepts/#project). However, you can choose to create multiple other Projects in your Organization, which lets you separate and group your resources as you wish. +Once you set up your account, you can start creating resources such as Instances, Kubernetes Kapsule, Elastic Metal servers, etc. All resources that you create are added to your Organization's default [Project](/iam/concepts/#project). However, you can choose to create multiple other Projects in your Organization, which lets you separate and group your resources as you wish. ## IAM @@ -35,9 +39,11 @@ Once you set up your account, you can start creating resources such as Instances If you want to give someone else permission to view, edit, create or manage resources (or features such as billing or support tickets) in your Organization, IAM makes this possible: -1. [Invite the user](/iam/how-to/invite-user-to-orga/) to your Organization. They create their own Scaleway account, if they do not already have one, and can then accept your invitation. They will appear in your Organization as a Guest. +1. [Create a new IAM Member](/iam/how-to/manage-members/#how-to-create-a-member). You can provide them the credentials necessary to [log in as a Member](/iam/how-to/log-in-as-a-member) in your Organization. - Alternatively, you can [create a new IAM member](/iam/how-to/manage-members/#how-to-create-a-member). You can provide them the credentials necessary to [log in as a member](/iam/how-to/log-in-as-a-member) in your Organization. + + Alternatively, [invite the user](/iam/how-to/invite-user-to-orga/) to your Organization as a Guest. They create their own Scaleway account, if they do not already have one, and can then accept your invitation. + 2. Give the user permissions via [policies](/iam/concepts/#policy). Create a policy to define what permissions and access rights you want the user to have in your Organization. diff --git a/pages/iam/reference-content/policy.mdx b/pages/iam/reference-content/policy.mdx index 95d7d21d97..2427bd2400 100644 --- a/pages/iam/reference-content/policy.mdx +++ b/pages/iam/reference-content/policy.mdx @@ -7,7 +7,7 @@ content: paragraph: Detailed additional content for policies within Scaleway IAM. tags: iam dates: - validation: 2024-10-16 + validation: 2025-04-23 categories: - iam - console diff --git a/pages/iam/reference-content/reproduce-roles-project-api-keys.mdx b/pages/iam/reference-content/reproduce-roles-project-api-keys.mdx index 8d961cebde..811d9c5a8f 100644 --- a/pages/iam/reference-content/reproduce-roles-project-api-keys.mdx +++ b/pages/iam/reference-content/reproduce-roles-project-api-keys.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to generate an access system similar to Scaleway's roles feature and Project-scoped API keys, that existed before IAM. tags: iam dates: - validation: 2024-10-16 + validation: 2025-04-23 categories: - iam - console diff --git a/pages/iam/reference-content/users-groups-and-applications.mdx b/pages/iam/reference-content/users-groups-and-applications.mdx index 15d625e7bc..1996618c75 100644 --- a/pages/iam/reference-content/users-groups-and-applications.mdx +++ b/pages/iam/reference-content/users-groups-and-applications.mdx @@ -6,7 +6,7 @@ content: h1: Users, groups, and applications paragraph: Manage users, groups, and applications within Scaleway IAM. dates: - validation: 2024-10-16 + validation: 2025-04-23 --- IAM users, groups, and applications are principals in Scaleway Organizations. A principal is an entity that can be attached to a policy. diff --git a/pages/managed-databases-for-postgresql-and-mysql/concepts.mdx b/pages/managed-databases-for-postgresql-and-mysql/concepts.mdx index 4826dc976a..e6f56460df 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/concepts.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/concepts.mdx @@ -7,7 +7,7 @@ content: paragraph: Understand key concepts for Scaleway Managed Databases for PostgreSQL and MySQL. tags: endpoint allowed-ip clone-feature engine read-replica dates: - validation: 2024-10-16 + validation: 2025-04-23 categories: - managed-databases - postgresql-and-mysql diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx index 8b88145fcf..850da71f53 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to change the volume type of your Database tags: managed-database database volume-type dates: - validation: 2024-10-16 + validation: 2025-04-23 posted: 2021-03-10 categories: - managed-databases @@ -20,7 +20,7 @@ It is possible to change your [volume type](/managed-databases-for-postgresql-an - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization -- A [PostgreSQL or MySQL Database Instance](/managed-databases-for-postgresql-and-mysql/quickstart/) with Local Storage +- A [PostgreSQL or MySQL Database Instance](/managed-databases-for-postgresql-and-mysql/quickstart/) with local Storage 1. Click **PostgreSQL and MySQL** under **Managed Databases** on the side menu. A list of your Database Instances displays. 2. Click the name of the Database Instance you want to edit. The database's Overview page displays. @@ -37,8 +37,8 @@ It is possible to change your [volume type](/managed-databases-for-postgresql-an The Database Instance goes into the `Initializing` state. - - When switching from a Local volume to a Block volume, and if [Autobackup](/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup/) is enabled, be aware that the snapshot type will change. Local volumes use logical backups, whereas Block Storage employs snapshots. Both types are priced at €0.03 per GB per month, but their distinct backup methods affect storage space differently, influencing the final monthly cost based on your usage. - - Disk size cannot be reduced, so when switching from Local to Block, the volume size remains the same by default. - - When switching from a Block to a Local volume, make sure to select a node with a Local Storage with size equal or greater than your current Block Storage. If you choose a Database Instance type with a Local volume larger than your current block volume, you will be billed for the full capacity of the Database Instance. - - When autobackup is enabled for your Local or Block volumes, regular quota limitations for backups and snapshots do not apply. Refer to the [Managed Databases FAQ page](/managed-databases-for-postgresql-and-mysql/faq/#why-is-my-number-of-active-backupssnapshots-exceeding-the-quota) for more information. + - When switching from a local volume to a Block volume, and if [Autobackup](/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup/) is enabled, be aware that the snapshot type will change. local volumes use logical backups, whereas Block Storage employs snapshots. Both types are priced at €0.03 per GB per month, but their distinct backup methods affect storage space differently, influencing the final monthly cost based on your usage. + - Disk size cannot be reduced, so when switching from local to Block, the volume size remains the same by default. + - When switching from a Block to a local volume, make sure to select a node with a local Storage with size equal or greater than your current Block Storage. If you choose a Database Instance type with a local volume larger than your current block volume, you will be billed for the full capacity of the Database Instance. + - When autobackup is enabled for your local or Block volumes, regular quota limitations for backups and snapshots do not apply. Refer to the [Managed Databases FAQ page](/managed-databases-for-postgresql-and-mysql/faq/#why-is-my-number-of-active-backupssnapshots-exceeding-the-quota) for more information. \ No newline at end of file diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/create-a-database.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/create-a-database.mdx index b6f4e2effb..f39ef5a3c3 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/how-to/create-a-database.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/create-a-database.mdx @@ -61,7 +61,7 @@ Compared to traditional database management, which requires customers to provide Your username and password must adhere to specific criteria. - Your username can contain up to 63 characters and must start with a letter. Only alphanumeric characters are accepted. - - Your password must have a minimum of 8 characters, and at least: + - Your password must have a minimum of 12 characters, and at least: - one uppercase character, and - one lowercase character, and - one special character, and diff --git a/pages/managed-databases-for-postgresql-and-mysql/reference-content/autohealing.mdx b/pages/managed-databases-for-postgresql-and-mysql/reference-content/autohealing.mdx index bf1c81c2f0..28870ee553 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/reference-content/autohealing.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/reference-content/autohealing.mdx @@ -7,7 +7,7 @@ content: paragraph: Understand the autohealing feature for PostgreSQL and MySQL databases. tags: databases ha high-availability autohealing database-nodes dates: - validation: 2024-10-16 + validation: 2025-04-23 categories: - managed-databases - postgresql-and-mysql diff --git a/pages/managed-databases-for-postgresql-and-mysql/reference-content/security-and-reliability.mdx b/pages/managed-databases-for-postgresql-and-mysql/reference-content/security-and-reliability.mdx index 112e5a6594..44dfec9b42 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/reference-content/security-and-reliability.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/reference-content/security-and-reliability.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn more about shared responsibility in security and reliability practices for Managed Databases for PostgreSQL and MySQL tags: databases postgresql shared responsibility security reliability dates: - validation: 2024-10-16 + validation: 2025-04-23 categories: - managed-databases - postgresql-and-mysql diff --git a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors.mdx b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors.mdx index 0b530d556c..b837993e24 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors.mdx @@ -7,7 +7,7 @@ content: paragraph: Troubleshoot extension errors for PostgreSQL databases. tags: disk-full databases dates: - validation: 2024-10-16 + validation: 2025-04-23 posted: 2024-04-09 categories: - managed-databases diff --git a/pages/managed-databases-for-redis/api-cli/managing-username-and-password.mdx b/pages/managed-databases-for-redis/api-cli/managing-username-and-password.mdx index 3d12d805d3..95cb04ca89 100644 --- a/pages/managed-databases-for-redis/api-cli/managing-username-and-password.mdx +++ b/pages/managed-databases-for-redis/api-cli/managing-username-and-password.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn to manage Redis™ usernames and passwords using API/CLI. tags: databases user redis username password dates: - validation: 2024-10-16 + validation: 2025-04-23 categories: - managed-databases - redis diff --git a/pages/organizations-and-projects/additional-content/organization-quotas.mdx b/pages/organizations-and-projects/additional-content/organization-quotas.mdx index e0255d96bf..57a4c55151 100644 --- a/pages/organizations-and-projects/additional-content/organization-quotas.mdx +++ b/pages/organizations-and-projects/additional-content/organization-quotas.mdx @@ -7,7 +7,7 @@ content: paragraph: This page shows you the quotas associated with your Organization. tags: account-quotas quotas security-rule security rule dates: - validation: 2024-10-16 + validation: 2025-04-23 posted: 2021-02-10 categories: - console diff --git a/pages/organizations-and-projects/concepts.mdx b/pages/organizations-and-projects/concepts.mdx index 0e5b8ac20b..53922816ae 100644 --- a/pages/organizations-and-projects/concepts.mdx +++ b/pages/organizations-and-projects/concepts.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains all the concepts related to Organizations and Projects tags: access-key organization secret-key ssh-key owner dates: - validation: 2024-10-16 + validation: 2025-04-23 categories: - console --- @@ -18,7 +18,9 @@ Each [Organization](#organization) has at least one associated [Project](#projec ## Organization -An Organization is made of one or several [Projects](#project). When you create your Scaleway account, an Organization is automatically created, of which you are the Owner. +An Organization is made of one or several [Projects](#project). When you create your Scaleway account, an Organization is automatically created, of which you are the Owner. You can also be added to an existing Organization as a [Guest](#guest) or as a [Member](#member). + +When you create [IAM rules](#rule), you can set their scope at Organization level. This means you can give access to features managed at Organization level, like billing and IAM, to users, applications, and groups in your Organization. diff --git a/pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx b/pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx index 790cd0b077..1a9405744c 100644 --- a/pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx +++ b/pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx @@ -7,7 +7,7 @@ content: paragraph: Understand the capabilities and limits of Scaleway Transactional Email. tags: transactional email-capabilities transactional-email quotas dates: - validation: 2024-10-17 + validation: 2025-04-23 posted: 2022-11-07 categories: - managed-services diff --git a/pages/transactional-email/troubleshooting/delist-domain.mdx b/pages/transactional-email/troubleshooting/delist-domain.mdx index d3ebbb0aee..81554a7cc2 100644 --- a/pages/transactional-email/troubleshooting/delist-domain.mdx +++ b/pages/transactional-email/troubleshooting/delist-domain.mdx @@ -7,7 +7,7 @@ content: paragraph: This page helps you delist your domain from Spamhaus' Block List tags: delist domain spam spamhaus dates: - validation: 2024-10-14 + validation: 2025-04-23 posted: 2023-03-20 categories: - managed-services From f7af69bc16a9950cd84ef7b53643fbec77b0f6b8 Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:09:11 +0200 Subject: [PATCH 2/3] fix(iam): metadata --- pages/iam/how-to/comply-with-sec-requirements-member.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/iam/how-to/comply-with-sec-requirements-member.mdx b/pages/iam/how-to/comply-with-sec-requirements-member.mdx index b2845bfce6..121a6a48bc 100644 --- a/pages/iam/how-to/comply-with-sec-requirements-member.mdx +++ b/pages/iam/how-to/comply-with-sec-requirements-member.mdx @@ -1,6 +1,7 @@ --- -title: How to comply with security requirements as a Member -description: Instructions for complying with security requirements as an IAM Member +meta: + title: How to comply with security requirements as a Member + description: Instructions for complying with security requirements as an IAM Member content: h1: How to comply with security requirements as a Member paragraph: Instructions for complying with security requirements as an IAM Member From 126b84a0ddee2335ea533d9737e32e0b795d2c40 Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:15:12 +0200 Subject: [PATCH 3/3] fix(iam): review ro Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- pages/iam/reference-content/overview.mdx | 2 +- .../how-to/change-volume-type.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/iam/reference-content/overview.mdx b/pages/iam/reference-content/overview.mdx index 431fb1ed55..f52deb6c60 100644 --- a/pages/iam/reference-content/overview.mdx +++ b/pages/iam/reference-content/overview.mdx @@ -26,7 +26,7 @@ When you create your Scaleway account, an [Organization](/iam/concepts/#organiza - You can also be added to an existing Organization as a [Guest](#guest) or as a [Member](#member). Your permissions on these Organizations will depend on the policies set for you by the Organization administrator. + You can also be added to an existing Organization as a [Guest](#guest) or as a [Member](#member). Your permissions in these Organizations will depend on the policies set for you by the Organization administrator. ### Creating Resources & Projects diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx index 850da71f53..093405edd0 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx @@ -37,7 +37,7 @@ It is possible to change your [volume type](/managed-databases-for-postgresql-an The Database Instance goes into the `Initializing` state. - - When switching from a local volume to a Block volume, and if [Autobackup](/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup/) is enabled, be aware that the snapshot type will change. local volumes use logical backups, whereas Block Storage employs snapshots. Both types are priced at €0.03 per GB per month, but their distinct backup methods affect storage space differently, influencing the final monthly cost based on your usage. + - When switching from a local volume to a Block volume, and if [Autobackup](/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup/) is enabled, be aware that the snapshot type will change. Local volumes use logical backups, whereas Block Storage employs snapshots. Both types are priced at €0.03 per GB per month, but their distinct backup methods affect storage space differently, influencing the final monthly cost based on your usage. - Disk size cannot be reduced, so when switching from local to Block, the volume size remains the same by default. - When switching from a Block to a local volume, make sure to select a node with a local Storage with size equal or greater than your current Block Storage. If you choose a Database Instance type with a local volume larger than your current block volume, you will be billed for the full capacity of the Database Instance. - When autobackup is enabled for your local or Block volumes, regular quota limitations for backups and snapshots do not apply. Refer to the [Managed Databases FAQ page](/managed-databases-for-postgresql-and-mysql/faq/#why-is-my-number-of-active-backupssnapshots-exceeding-the-quota) for more information.