Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 2.03 KB

quick-create-migration-task.md

File metadata and controls

36 lines (23 loc) · 2.03 KB
title summary
Data Migration Scenario Overview
Learn how to configure a data migration task in different scenarios.

Data Migration Scenario Overview

Note:

Before creating a data migration task, you need to perform the following operations:

  1. Deploy a DM Cluster Using TiUP
  2. Create a Data Source

This document introduces how to configure a data migration task in different scenarios. You can choose suitable documents to create your data migration task according to the specific scenario.

In addition to scenario-based documents, you can also refer to the following ones:

Migrate Data from Multiple Data Sources to TiDB

If you need to migrate data from multiple data sources to TiDB, and to rename tables to avoid migration conflicts caused by duplicate table names in different data sources, or to disable some DDL/DML operations in some tables, refer to Migrate Data from Multiple Data Sources to TiDB.

Migrate Sharded Schemas and Sharded Tables to TiDB

If you need to migrate sharded schemas and sharded tables to TiDB, refer to Data Migration Shard Merge Scenario.

Migrate Incremental Data to TiDB

If you have already migrated full data using other tools like TiDB Lightning and you need to migrate incremental data, refer to Migrate Incremental Data to TiDB.

Migration when the Downstream Table Has More Columns

If you need to customize your table schema in TiDB to include not only all the columns from the source but also additional columns, refer to Migration when the Downstream Table Has More Columns.