> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/mariadb-cloud/cloud-data-handling/migration-data-loading/data-loading-migration/mariadb-cloud-managed-migration.md).

# MariaDB Cloud Managed Migration

## Prerequisites

1. An active MariaDB Cloud account. Identify requirements for your MariaDB Cloud implementation prior to [deployment](/docs/mariadb-cloud/cloud-usage/launch-page.md), including:
   * Topology: Mariadb Server Single node or with Replica(s)
   * Instance size
   * Storage requirements
   * Desired server version
2. An existing source database with the IP added to your MariaDB Cloud allowlist.

## Migration Steps

1. Dump using logical or physical backup. Refer to the steps mentioned in the [Backup and Restore](/docs/mariadb-cloud/cloud-data-handling/backup-and-restore.md) tutorial.
2. Upload the dump. Transfer the data dump to an S3/GCS bucket under your control.
3. Call the migration API. Refer to the [MariaDB Cloud Managed Migration Tutorial](/docs/mariadb-cloud/cloud-data-handling/backup-and-restore/restore-examples/restore-from-your-own-bucket.md).
4. Start Replication. To minimize downtime during migration, set up live replication from your source database to your MariaDB Cloud database. Refer to the [Replicating data from external DB Tutorial](/docs/mariadb-cloud/cloud-data-handling/migration-data-loading/data-loading/replicating-data-from-external-db.md).

## Additional Resources

* [Backup with mariadb-dump](/docs/server/clients-and-utilities/backup-restore-and-import-clients/mariadb-dump.md)
* [MariaDB Backup Documentation](/docs/server/server-usage/backup-and-restore/mariadb-backup.md)
* [Advanced Backup Techniques](/docs/server/server-management/install-and-upgrade-mariadb/configuring-mariadb/mariadb-performance-advanced-configurations.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/mariadb-cloud/cloud-data-handling/migration-data-loading/data-loading-migration/mariadb-cloud-managed-migration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
