Skip to content
Closed
Changes from 3 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
19 changes: 17 additions & 2 deletions faq/databases-for-postgresql-and-mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Managed Database for PostgreSQL and MySQL
dates:
validation: 2024-08-05
validation: 2024-01-20
category: managed-databases
productIcon: PostgresqlMysqlProductIcon
---
Expand Down Expand Up @@ -135,4 +135,19 @@ You can use the [Read Replica feature](/managed-databases/postgresql-and-mysql/h

## If my main node becomes unavailable, is my Read Replica automatically promoted to the main node?

No. To promote a Read Replica to the main node, follow the [How to promote a Read Replica](/managed-databases/postgresql-and-mysql/how-to/manage-read-replica/#how-to-promote-a-read-replica) procedure.
No. To promote a Read Replica to the main node, follow the [How to promote a Read Replica](/managed-databases/postgresql-and-mysql/how-to/manage-read-replica/#how-to-promote-a-read-replica) procedure.

## Why is my number of active backups/snapshots exceeding the quota?

When [autobackup](/managed-databases/postgresql-and-mysql/how-to/enable-autobackup), or autosnapshot, is enabled for your local or Block volumes, regular quota limitations for backups and snapshots do not apply.

Quotas exist to protect Scaleway from abuses and to protect your Scaleway resources from the unlikely event of malicious behavior by users in your Organization.

When it comes to automatic data preservation, however, Scaleway prioritizes the resilience of your data. Therefore, if a Database Instance has autobackup set up, even if the quota is exceeded, the backup or snapshot will still be automatically created.

You can monitor your [quotas](https://console.scaleway.com/organization/quotas), backups and snapshots via the Scaleway console or the API.





Loading