Skip to content

fix(gen): reviews 04/08 #5379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion pages/environmental-footprint/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Environmental Footprint FAQ
description: Get answers to the most frequently asked questions about Scaleway Environmental Footprint calculator.
dates:
validation: 2025-01-29
validation: 2025-08-05
productIcon: EnvironmentalFootprintCalculatorProductIcon
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Auto-generated IAM resources
description: This page explains how and why Scaleway auto-generates some IAM resources.
tags: iam
dates:
validation: 2025-01-27
validation: 2025-08-05
---
import image from './assets/scaleway-iam-logs-k8s-example.webp'

Expand Down
6 changes: 3 additions & 3 deletions pages/iam/troubleshooting/cannot-use-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: I am not allowed to perform actions on resources
description: Fix issues encountered while interacting with Scaleway resources and products using the console or API.
tags: api 403 error unable connection fail product resource api cli developer tools
dates:
validation: 2025-01-30
validation: 2025-08-05
posted: 2025-01-30
---
import Requirements from '@macros/iam/requirements.mdx'


<Requirements />

- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
Expand All @@ -24,7 +24,7 @@ When interacting with Scaleway resources using the Scaleway console, API, CLI, o

## Cause

You (or the IAM [user](/iam/concepts/#user) or [application](/iam/concepts/#application)) may not have the correct appropriate [IAM permissions](/iam/how-to/view-permission-sets/) to perform the desired actions.
You (or the IAM [user](/iam/concepts/#user) or [application](/iam/concepts/#application)) may not have the correct appropriate [IAM permissions](/iam/how-to/view-permission-sets/) to perform the desired actions.

## Solution

Expand Down
19 changes: 1 addition & 18 deletions pages/managed-databases-for-postgresql-and-mysql/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Managed Database for PostgreSQL and MySQL FAQ
description: Discover Scaleway Managed Databases and how to access them for PostgreSQL and MySQL.
dates:
validation: 2025-01-29
validation: 2025-08-05
productIcon: PostgresqlMysqlProductIcon
---
import SshBastion from '@macros/databases/ssh-bastion.mdx'
Expand Down Expand Up @@ -77,28 +77,11 @@ Then import the backup into your Scaleway Databases for `MySQL`:

Refer to our dedicated [PostgreSQL extentions reference page](/managed-databases-for-postgresql-and-mysql/reference-content/postgresql-extensions) for a list of all available extensions and more details about each one.

## How do I back up my database?

If the automatic backup feature is enabled, new backups will be created according to your backup schedule, which can be set on the Overview tab of your Database Instance dashboard. Your Database Instance remains available during backup, but there might be a performance impact and some actions may not be available.

Automatic backups are enabled by default. It is possible to disable them at any time in the backup settings of your Database Instance.

It is also possible to launch manual backups by clicking on the **Create a backup** button in the **Backups** tab.

## Are my active and standby database nodes in a high-availability cluster hosted in the same data center?

In a high-availability cluster, active and hot standby nodes are indeed located in the same data center but in two separate racks.
The idea is to offer the best performance to our users by reducing latency between active and hot standby nodes, as we use a sync replication process between the nodes.

## What is the Private Networks feature for Database Instances?

[Private Networks](/public-gateways/quickstart/) allow you to enhance the security of your system architecture by isolating it from the internet.

This feature introduces a significant change in the architecture of Scaleway's Databases: when using Private Networks, your application connects directly to your Database nodes, without going through a Load Balancer.
This improves performance by reducing the latency between your nodes. It also increases the security of your databases, since Instances in your Private Network can connect directly to your Database Instance, without passing through the public internet.

You can create new Database Instances to attach to your Private Network or attach existing Database Instances.

## How many Private Networks can I attach?

Currently, you can connect one Private Network to each Database Instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Dealing with Database Instance connectivity issues
description: Troubleshoot Database Instance connectivity issues for Managed Databases for MySQL and PostgreSQL.
tags: connectivity databases
dates:
validation: 2025-01-29
validation: 2025-08-05
posted: 2025-01-29
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Dealing with Database Instance performance issues
description: Troubleshoot Database Instance performance issues in Managed Databases for MySQL and PostgreSQL.
tags: databases performance
dates:
validation: 2025-01-29
validation: 2025-08-05
posted: 2025-01-29
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Dealing with Database Instance unavailability
description: Troubleshoot Database Instance unavailability for Managed Databases for MySQL and PostgreSQL.
tags: disk-full databases
dates:
validation: 2025-01-29
validation: 2025-08-05
posted: 2025-01-29
---

Expand Down
2 changes: 1 addition & 1 deletion pages/managed-mongodb-databases/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Managed MongoDB® FAQ
description: Learn about Managed MongoDB® and how to get started with your MongoDB® Database Instances.
dates:
validation: 2025-01-29
validation: 2025-08-05
productIcon: MongoDbProductIcon
---
import SshBastionMdb from '@macros/databases/ssh-bastion-mdb.mdx'
Expand Down