Skip to content

Commit ceebf76

Browse files
fix(mdb): review ro
1 parent cf67357 commit ceebf76

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pages/managed-databases-for-postgresql-and-mysql/reference-content/migrating-databases.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,3 @@ Different factors, such as the size of your databases and your application use-c
2323
| < 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 |
2424
| > 100GB | Can afford downtime | MySQL and PostgreSQL | [Dump/restore from a Scaleway Instance](/tutorials/migrate-databases-instance/) | Avoids local storage and bandwidth bottlenecks |
2525
| 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)