Skip to content

Commit edeb1c3

Browse files
fix(mdb): migration pt1
1 parent 67a6f5b commit edeb1c3

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
meta:
3+
title: Managed MongoDB® - Additional Content
4+
description: Managed MongoDB® Additional Content
5+
content:
6+
h1: Managed MongoDB® - Additional Content
7+
paragraph: Managed MongoDB® Additional Content
8+
---
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
meta:
3+
title: Migrating to Scaleway Managed MongoDB®
4+
description: Learn how to migrate your MongoDB® databases to Scaleway Managed MongoDB® for improved performance and scalability
5+
content:
6+
h1: Migrating to Scaleway Managed MongoDB®
7+
paragraph: Discover the benefits of migrating your MongoDB® databases to Scaleway Managed MongoDB® and get step-by-step guidance on the migration process
8+
tags: databases mongodb migration managed-databases
9+
dates:
10+
validation: 2025-06-26
11+
categories:
12+
- managed-databases
13+
- mongodb
14+
---
15+
16+
Scaleway Managed MongoDB® 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 and security of your Database Instances.
17+
18+
If you have a self-managed MongoDB®, or you if use a different cloud provider, you can easily migrate your databases to Scaleway.
19+
20+
The migration processes described below are defined by the expected downtime. You can select the right option for your use case, depending on your downtime tolerance.
21+
22+
| Downtime tolerance | Recommended migration method | Benefits |
23+
| --- | --- | --- |
24+
| Can afford downtime | [Classic mongodump/mongorestore workflow](/managed-mongodb-databases/api-cli/backup-and-restore/) | Easy, straightforward |
25+
| Cannot afford downtime | MongoDB® Cluster-to-Cluster sync tool (`mongosync` binary) | Zero downtime, real-time data sync, flexible migration windows, easy rollback. Refer to the official PostgreSQL documentation for a list of the tool's [limitations](https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/limitations/#std-label-c2c-limitationsl) |

0 commit comments

Comments
 (0)