Skip to content

Commit 5b18c55

Browse files
fix(gen): reviews 04/08 (#5379)
1 parent 5e7291c commit 5b18c55

File tree

8 files changed

+10
-27
lines changed

8 files changed

+10
-27
lines changed

pages/environmental-footprint/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Environmental Footprint FAQ
33
description: Get answers to the most frequently asked questions about Scaleway Environmental Footprint calculator.
44
dates:
5-
validation: 2025-01-29
5+
validation: 2025-08-05
66
productIcon: EnvironmentalFootprintCalculatorProductIcon
77
---
88

pages/iam/reference-content/auto-generated-iam-resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Auto-generated IAM resources
33
description: This page explains how and why Scaleway auto-generates some IAM resources.
44
tags: iam
55
dates:
6-
validation: 2025-01-27
6+
validation: 2025-08-05
77
---
88
import image from './assets/scaleway-iam-logs-k8s-example.webp'
99

pages/iam/troubleshooting/cannot-use-resources.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: I am not allowed to perform actions on resources
33
description: Fix issues encountered while interacting with Scaleway resources and products using the console or API.
44
tags: api 403 error unable connection fail product resource api cli developer tools
55
dates:
6-
validation: 2025-01-30
6+
validation: 2025-08-05
77
posted: 2025-01-30
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

11-
11+
1212
<Requirements />
1313

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

2525
## Cause
2626

27-
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.
27+
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.
2828

2929
## Solution
3030

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

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Managed Database for PostgreSQL and MySQL FAQ
33
description: Discover Scaleway Managed Databases and how to access them for PostgreSQL and MySQL.
44
dates:
5-
validation: 2025-01-29
5+
validation: 2025-08-05
66
productIcon: PostgresqlMysqlProductIcon
77
---
88
import SshBastion from '@macros/databases/ssh-bastion.mdx'
@@ -77,28 +77,11 @@ Then import the backup into your Scaleway Databases for `MySQL`:
7777

7878
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.
7979

80-
## How do I back up my database?
81-
82-
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.
83-
84-
Automatic backups are enabled by default. It is possible to disable them at any time in the backup settings of your Database Instance.
85-
86-
It is also possible to launch manual backups by clicking on the **Create a backup** button in the **Backups** tab.
87-
8880
## Are my active and standby database nodes in a high-availability cluster hosted in the same data center?
8981

9082
In a high-availability cluster, active and hot standby nodes are indeed located in the same data center but in two separate racks.
9183
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.
9284

93-
## What is the Private Networks feature for Database Instances?
94-
95-
[Private Networks](/public-gateways/quickstart/) allow you to enhance the security of your system architecture by isolating it from the internet.
96-
97-
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.
98-
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.
99-
100-
You can create new Database Instances to attach to your Private Network or attach existing Database Instances.
101-
10285
## How many Private Networks can I attach?
10386

10487
Currently, you can connect one Private Network to each Database Instance.

pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-connectivity-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Dealing with Database Instance connectivity issues
33
description: Troubleshoot Database Instance connectivity issues for Managed Databases for MySQL and PostgreSQL.
44
tags: connectivity databases
55
dates:
6-
validation: 2025-01-29
6+
validation: 2025-08-05
77
posted: 2025-01-29
88
---
99

pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-performance-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Dealing with Database Instance performance issues
33
description: Troubleshoot Database Instance performance issues in Managed Databases for MySQL and PostgreSQL.
44
tags: databases performance
55
dates:
6-
validation: 2025-01-29
6+
validation: 2025-08-05
77
posted: 2025-01-29
88
---
99

pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-unavailable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Dealing with Database Instance unavailability
33
description: Troubleshoot Database Instance unavailability for Managed Databases for MySQL and PostgreSQL.
44
tags: disk-full databases
55
dates:
6-
validation: 2025-01-29
6+
validation: 2025-08-05
77
posted: 2025-01-29
88
---
99

pages/managed-mongodb-databases/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Managed MongoDB® FAQ
33
description: Learn about Managed MongoDB® and how to get started with your MongoDB® Database Instances.
44
dates:
5-
validation: 2025-01-29
5+
validation: 2025-08-05
66
productIcon: MongoDbProductIcon
77
---
88
import SshBastionMdb from '@macros/databases/ssh-bastion-mdb.mdx'

0 commit comments

Comments
 (0)