Skip to content

Commit 1906a11

Browse files
fix(rdb): migration index
1 parent 091a3eb commit 1906a11

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
meta:
3+
title: Migrating to Scaleway Managed Databases for PostgreSQL and MySQL
4+
description: Learn how to migrate your PostgreSQL and MySQL databases to Scaleway Managed Databases for improved performance and scalability
5+
content:
6+
h1: Migrating to Scaleway Managed Databases for PostgreSQL and MySQL
7+
paragraph: Discover the benefits of migrating your PostgreSQL and MySQL databases to Scaleway Managed Databases and get step-by-step guidance on the migration process
8+
tags: databases postgresql mysql migration managed-databases
9+
dates:
10+
validation: 2025-06-26
11+
categories:
12+
- managed-databases
13+
---
14+
15+
Scaleway Managed Databases allows you to run your Database Instances without setting up or managing infrastructure. Scaleway is responsible for implementing and maintaining features that improve the performance, scalability, security and high-availability of your Database Instances.
16+
17+
If you have a self-managed database instance, or you use a different cloud provider, you can easily migrate your databases to Scaleway.
18+
19+
Different factors, such as the size of your databases and your application use-case, can determine the best migration method. Below is a list of the different migration methods and their benefits, as well as a link to each of the tutorials that show you how to carry out your method of choice.
20+
21+
| Database size | Downtime tolerance | Engine | Recommended migration method | Benefits |
22+
| --- | --- | --- | --- | --- |
23+
| < 100GB | Can afford downtime | PostgreSQL | [Dump/restore from local machine](/managed-databases-for-postgresql-and-mysql/api-cli/import-data-to-managed-postgresql-databases/#using-pgadmin) | Easy, straightforward |
24+
| > 100GB | Can afford downtime | MySQL and PostgreSQL | [Dump/restore from a Scaleway Instance](/tutorials/migrate-databases-instance/) | Avoids local storage and bandwidth bottlenecks |
25+
| Any size | Cannot afford downtime | PostgreSQL | [Set up logical replication](/managed-databases-for-postgresql-and-mysql/api-cli/logical-replication-as-subscriber/) | Zero downtime, real-time data sync, flexible migration windows, easy rollback. Refer to the official PostgreSQL documentation for a list of [logical replication restrictions](https://www.postgresql.org/docs/16/logical-replication-restrictions.html) |
26+
27+
28+
29+
30+
31+

0 commit comments

Comments
 (0)