# Migration, Data Loading

MariaDB Cloud offers a comprehensive set of tools and methods for migrating existing databases and loading data efficiently into your cloud environment. Whether you are moving your database from platforms such as Oracle, MySQL, PostgreSQL, SQL Server to MariaDB Cloud or loading data incrementally, it supports both a fully managed migration solution and self-service options to align with your specific needs.

## Migrations

MariaDB Cloud provides multiple options for migrating databases from MySQL or other database platforms. These options include fully managed solutions using the REST API or self-managed options based on logical dumps and replication.

{% content-ref url="/pages/fw310WvXxyN41dz73UFF" %}
[Migrations](/docs/mariadb-cloud/cloud-data-handling/migration-data-loading/data-loading-migration.md)
{% endcontent-ref %}

## Data Loading

MariaDB Cloud offers several tools and methods for loading data into your database service, including importing CSV files, loading bulk datasets, or ingesting data using native MariaDB utilities.

{% content-ref url="/pages/tyURdiqx6rVlx3pSr4cB" %}
[Data Loading](/docs/mariadb-cloud/cloud-data-handling/migration-data-loading/data-loading.md)
{% endcontent-ref %}


---

# Agent Instructions: 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.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.
