Skip to content

chore(gen): content review MTA-6277 #5288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Importing data into Serverless SQL Databases
description: Step-by-step process for importing data into Scaleway's serverless SQL databases.
tags: serverless sql database db migration import backup data
dates:
validation: 2025-01-03
validation: 2025-07-16
posted: 2024-06-24
---
import Requirements from '@macros/iam/requirements.mdx'
Expand All @@ -12,7 +12,7 @@ import Requirements from '@macros/iam/requirements.mdx'
Serverless SQL Databases offers near-complete PostgreSQL compatibility, and allows you to import your data from any PostgreSQL-compatible database.

<Message type="important">
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.
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.
</Message>

<Requirements />
Expand Down
Loading