Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 8 additions & 15 deletions pages/account/troubleshooting/cannot-erase-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,22 @@ content:
paragraph: Resolve issues encountered when deleting Scaleway accounts.
tags: account close delete deactivate close-account
dates:
validation: 2024-11-27
validation: 2025-05-02
posted: 2024-03-28
categories:
- console
---

## 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.
Original file line number Diff line number Diff line change
Expand Up @@ -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-05-02
posted: 2022-10-19
categories:
- console
Expand Down
6 changes: 3 additions & 3 deletions pages/billing/how-to/redeem-voucher-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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-05-02
posted: 2024-02-15
categories:
- billing
Expand Down Expand Up @@ -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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-05-02
posted: 2022-11-07
---

Expand Down
8 changes: 6 additions & 2 deletions tutorials/deploy-hasura-engine-database-postgresql/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ categories:
- postgresql-and-mysql
hero: assets/scaleway_hasura.webp
dates:
validation: 2024-11-25
validation: 2025-05-02
posted: 2020-07-08
---

The [Hasura GraphQL Engine](https://hasura.io) is a [GraphQL](https://graphql.org/) server and provides developers with real-time GraphQL APIs for Postgres applications. The application allows you to configure webhook triggers on database events and helps you build GraphQL apps backed by Postgres or incrementally move to GraphQL for existing applications using Postgres.

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/).

<Message type="important">
Make sure you save your secret and access keys as you will need them in the following step.
</Message>

<Macro id="requirements" />

- A Scaleway account logged into the [console](https://console.scaleway.com)
Expand Down Expand Up @@ -49,7 +53,7 @@ Hasura provides a pre-configured [repository](https://github.com/hasura/graphql-
```

<Message type="note">
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`.
</Message>

3. Run the script:
Expand Down
12 changes: 6 additions & 6 deletions tutorials/upgrade-managed-postgresql-database/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
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
Expand Down Expand Up @@ -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.
</Message>

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.
<Message type="note">
Ensure your new Database Instance is located in the same geographical region as your old one.
</Message>
</Message>
4. Click the **Users** tab and replicate the users of your existing Database Instance.

### Backing up your existing database using the Scaleway API
Expand Down Expand Up @@ -98,7 +98,7 @@ There are three steps to completing a manual migration: creating a new PostgreSQ
```
<Message type="note">
If you want to migrate several logical databases, repeat the command above for each of them.
</Message>
</Message>

### Restoring your backup on your new Database Instance

Expand All @@ -123,7 +123,7 @@ There are three steps to completing a manual migration: creating a new PostgreSQ
* `<my_database>`: The name of your PostgreSQL database, for example: `customer_data`.
* `<database_instance_id>`: 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
{
Expand Down