Skip to content

Commit da8c526

Browse files
docs(sdb): add cross links between db migration procedures MTA-5240 (#4023)
1 parent 328fe2c commit da8c526

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

managed-databases/postgresql-and-mysql/api-cli/import-data-to-managed-postgresql-databases.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
---
22
meta:
33
title: Importing data into Managed Databases for PostgreSQL
4-
description: This page explains how to import your data into Managed Databases for PostgreSQL from another database or backup files
4+
description: This page explains how to import or migrate your data into Managed Databases for PostgreSQL from another database or backup files
55
content:
66
h1: Importing data into Managed Databases for PostgreSQL
7-
paragraph: This page explains how to import your data into Managed Databases for PostgreSQL from another database or backup files
7+
paragraph: This page explains how to import or migrate your data into Managed Databases for PostgreSQL from another database or backup files
8+
tags: managed database postgresql mysql import migrate backup
89
dates:
910
validation: 2024-06-24
1011
posted: 2024-06-24
1112
---
1213

13-
Managed Databases for PostgreSQL offers near-complete PostgreSQL compatibility, and allows you to import your data from any PostgreSQL-compatible database.
14+
Managed Databases for PostgreSQL offers near-complete PostgreSQL compatibility, and allows you to import or migrate your data from any PostgreSQL-compatible database.
1415

1516
<Message type="important">
1617
The methods listed below are best suited for database sizes below 100 GB (approx.). Above this size, we recommend you use dedicated tooling to import your data, as your Local Storage size and bandwidth will create bottlenecks, and the operation may last several hours.
18+
19+
Refer to [this tutorial](/tutorials/migrate-databases-instance/) to migrate large databases using a Scaleway Instance.
1720
</Message>
1821

1922
<Macro id="requirements" />

serverless/sql-databases/api-cli/import-data-to-serverless-sql-databases.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ meta:
55
content:
66
h1: Importing data into Serverless SQL Database
77
paragraph: Step-by-step process for importing data into Scaleway's serverless SQL databases.
8+
tags: serverless sql database db migration import backup data
89
dates:
910
validation: 2024-06-24
1011
posted: 2024-06-24

tutorials/migrate-databases-instance/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Migrating existing databases to a Database Instance
77
paragraph: This page provides information on how to migrate your existing MySQL and PostgreSQL databases into Scaleway Database
8-
tags: database mysql postgresql pgsql migration mysqldump
8+
tags: database mysql postgresql pgsql migration mysqldump import backup
99
categories:
1010
- postgresql-and-mysql
1111
- instances
@@ -16,6 +16,10 @@ dates:
1616

1717
[Managed Database for PostgreSQL and MySQL](https://www.scaleway.com/en/database/) product provides reliable high-performance managed SQL database engines, both for PostgreSQL and MySQL. Using the service allows you to stay focused on the development of your applications and to benefit from Scaleway's expertise in the management of your database engines.
1818

19+
<Message type="note">
20+
To migrate or import a database without an Instance, or using third-party tools, refer to [this procedure](/managed-databases/postgresql-and-mysql/api-cli/import-data-to-managed-postgresql-databases/).
21+
</Message>
22+
1923
In this guide, you will learn how to migrate your existing databases on your Database Instances using an intermediate host.
2024

2125
This guide consists of two parts, depending on which database Engine your Instances are running:

0 commit comments

Comments
 (0)