diff --git a/pages/account/troubleshooting/cannot-erase-account.mdx b/pages/account/troubleshooting/cannot-erase-account.mdx
index 59835aab3f..99d6958dd1 100644
--- a/pages/account/troubleshooting/cannot-erase-account.mdx
+++ b/pages/account/troubleshooting/cannot-erase-account.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Resolve issues encountered when deleting Scaleway accounts.
tags: account close delete deactivate close-account
dates:
- validation: 2024-11-27
+ validation: 2025-06-02
posted: 2024-03-28
categories:
- console
@@ -15,21 +15,14 @@ categories:
## My request to close my account and erase personal data has failed
-### Problem
-When you click the **Send request** button, an error message appears. This message says that you still have active resources.
+### Potential problems
+1. When you click the **Send request** button, an error message appears. This message says that you still have active resources.
+2. I received an email explaining that my request to erase my account and personal data had failed.
### Cause
-You have active resources, preventing us from proceeding with your request.
+1. You have active resources, preventing us from proceeding with your request.
+2. You may have unpaid consumption, preventing us from proceeding with your request.
### Solution
-You can check all your active resources from your [Organization dashboard](https://console.scaleway.com/organization). If one or more resources are listed, they are active. You need to delete all of them manually. In this situation, you must wait for the current month's invoice to be paid before sending another request to erase your account.
-
-
-### Problem
-I received an email explaining that my request to erase my account and personal data had failed.
-
-### Cause
-You may have unpaid consumption, preventing us from proceeding with your request.
-
-### Solution
-You can check your consumption from your [Billing space](https://console.scaleway.com/billing). All invoices must be marked as paid, and your current consumption must be zero. Once these criteria are met, you can send another request to delete your account and erase personal data.
+1. You can check all your active resources from your [Organization dashboard](https://console.scaleway.com/organization). If one or more resources are listed, they are active. You need to delete all of them manually. In this situation, you must wait for the current month's invoice to be paid before sending another request to erase your account.
+2. You can check your consumption from your [Billing space](https://console.scaleway.com/billing). All invoices must be marked as paid, and your current consumption must be zero. Once these criteria are met, you can send another request to delete your account and erase personal data.
diff --git a/pages/account/troubleshooting/cannot-log-into-my-account.mdx b/pages/account/troubleshooting/cannot-log-into-my-account.mdx
index e235fb5815..f51ab6947a 100644
--- a/pages/account/troubleshooting/cannot-log-into-my-account.mdx
+++ b/pages/account/troubleshooting/cannot-log-into-my-account.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Fix issues preventing login to Scaleway accounts.
tags: login unrecognized-ip password 2fa
dates:
- validation: 2024-11-27
+ validation: 2025-06-02
posted: 2022-10-19
categories:
- console
diff --git a/pages/billing/how-to/redeem-voucher-code.mdx b/pages/billing/how-to/redeem-voucher-code.mdx
index 68fe7a3a12..74ca95ae02 100644
--- a/pages/billing/how-to/redeem-voucher-code.mdx
+++ b/pages/billing/how-to/redeem-voucher-code.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Instructions for redeeming a voucher code in the Scaleway console.
tags: discount voucher billing redeem
dates:
- validation: 2024-11-26
+ validation: 2025-06-02
posted: 2024-02-15
categories:
- billing
@@ -41,10 +41,10 @@ Voucher codes are unique and valid only for a defined period.
Once the voucher is redeemed, it will appear in the list of your vouchers.
-## Understanding voucher scope
+## Understanding voucher scopes
Vouchers provide discounts or credits to use on our services. However, certain conditions and exclusions apply to their usage.
-### Inclusive and Exclusive vouchers
+### Inclusive and exclusive vouchers
- **Incl. (Inclusive)**: The voucher applies only to the products or services listed after "Incl." (e.g., "Incl. PRO2," means that the voucher only applies to PRO2 Instances).
- **Excl. (Exclusive)**: The voucher cannot be applied to the products or services listed after "Excl." (e.g., "Excl. Apple Silicon" means that the voucher does not apply to Apple Silicon machines).
diff --git a/pages/transactional-email/how-to/generate-api-keys-for-tem-with-iam.mdx b/pages/transactional-email/how-to/generate-api-keys-for-tem-with-iam.mdx
index 20fe31822e..1ca9c215a1 100644
--- a/pages/transactional-email/how-to/generate-api-keys-for-tem-with-iam.mdx
+++ b/pages/transactional-email/how-to/generate-api-keys-for-tem-with-iam.mdx
@@ -6,7 +6,7 @@ content:
h1: How to generate API keys for API and SMTP sending with IAM
paragraph: Learn how to generate API keys for Transactional Email using IAM.
dates:
- validation: 2024-11-26
+ validation: 2025-06-02
posted: 2022-11-07
---
diff --git a/tutorials/deploy-hasura-engine-database-postgresql/index.mdx b/tutorials/deploy-hasura-engine-database-postgresql/index.mdx
index a129ce7f98..b409b2a612 100644
--- a/tutorials/deploy-hasura-engine-database-postgresql/index.mdx
+++ b/tutorials/deploy-hasura-engine-database-postgresql/index.mdx
@@ -10,7 +10,7 @@ categories:
- postgresql-and-mysql
hero: assets/scaleway_hasura.webp
dates:
- validation: 2024-11-25
+ validation: 2025-06-02
posted: 2020-07-08
---
@@ -18,6 +18,10 @@ The [Hasura GraphQL Engine](https://hasura.io) is a [GraphQL](https://graphql.or
In this tutorial, you will learn how to get started with Hasura GraphQL Engine using a pre-built Docker container on your local computer, linked to a managed [Scaleway Database for PostgreSQL](https://www.scaleway.com/en/database/).
+
+ Make sure you save your secret and access keys, as you will need them in the following step.
+
+
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -49,7 +53,7 @@ Hasura provides a pre-configured [repository](https://github.com/hasura/graphql-
```
- If your database password contains special characters like `@`, `!`, or `#`, ensure they are [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters). The default `dbname` is `rdb`.
+ If your database password contains special characters like `@`, `!`, or `#`, ensure they are [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters). The default `dbname` is `rdb`.
3. Run the script:
diff --git a/tutorials/upgrade-managed-postgresql-database/index.mdx b/tutorials/upgrade-managed-postgresql-database/index.mdx
index e1df0e2c86..5534d5c707 100644
--- a/tutorials/upgrade-managed-postgresql-database/index.mdx
+++ b/tutorials/upgrade-managed-postgresql-database/index.mdx
@@ -1,13 +1,13 @@
---
meta:
title: Upgrading your Database for PostgreSQL to the latest version
- description: This page shows how to upgrade your Database for PostgreSQL to the latest version
+ description: This page shows how to upgrade your Database for PostgreSQL to the latest version
content:
h1: Upgrading your Database for PostgreSQL to the latest version
- paragraph: This page shows how to upgrade your Database for PostgreSQL to the latest version
+ paragraph: This page shows how to upgrade your Database for PostgreSQL to the latest version
tags: storage PostgreSQL Database rdb
dates:
- validation: 2024-11-25
+ validation: 2025-06-02
categories:
- postgresql-and-mysql
---
@@ -42,12 +42,12 @@ There are three steps to completing a manual migration: creating a new PostgreSQ
This tutorial works with all versions of PostgreSQL. If you prefer another version than PostgreSQL 13, select your preferred version during the Instance creation.
-1. Open the [Scaleway console](https://console.scaleway.com) in a web browser and click **Managed Databases** in the **Storage** section of the side menu. The list of your databases displays.
+1. Open the [Scaleway console](https://console.scaleway.com) in a web browser and click **Managed Databases** in the **Storage** section of the side menu. The list of your databases displays.
2. Click **+ Create a Database Instance**. The [Database Instance creation wizard](https://console.scaleway.com/rdb/instances/create) displays.
3. Select **PostgreSQL-13** from the drop-down list and fill in the [required information](/managed-databases-for-postgresql-and-mysql/how-to/create-a-database/) for your new database Instance. Then click **Create an Instance**. Your database is created, and you are redirected to the database dashboard.
Ensure your new Database Instance is located in the same geographical region as your old one.
-
+
4. Click the **Users** tab and replicate the users of your existing Database Instance.
### Backing up your existing database using the Scaleway API
@@ -98,7 +98,7 @@ There are three steps to completing a manual migration: creating a new PostgreSQ
```
If you want to migrate several logical databases, repeat the command above for each of them.
-
+
### Restoring your backup on your new Database Instance
@@ -123,7 +123,7 @@ There are three steps to completing a manual migration: creating a new PostgreSQ
* ``: The name of your PostgreSQL database, for example: `customer_data`.
* ``: The ID of your **new** Database Instance, for example: `d401ff10-350d-4707-9571-c861677f0031`.
- You will receive a [JSON formatted](https://www.json.org/json-en.html) output with information about the backup. The **status** should be `restoring`:
+ You will receive a [JSON formatted](https://www.json.org/json-en.html) output with information about the backup. The **status** should be `restoring`:
```json
{