Skip to content

Commit

Permalink
fix chinese periods (pingcap#7408)
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored Jan 14, 2022
1 parent aad848a commit 13fa485
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dm/maintain-dm-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ For example, to scale out a DM-worker node in the `prod-cluster` cluster, take t

> **Note:**
>
> Since v2.0.5, dmctl support [Export and Import Data Sources and Task Configuration of Clusters](/dm/dm-export-import-config.md)
> Since v2.0.5, dmctl support [Export and Import Data Sources and Task Configuration of Clusters](/dm/dm-export-import-config.md).
>
> Before upgrading, you can use `config export` to export the configuration files of clusters. After upgrading, if you need to downgrade to an earlier version, you can first redeploy the earlier cluster and then use `config import` to import the previous configuration files.
>
Expand Down
4 changes: 2 additions & 2 deletions dm/quick-create-migration-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ summary: Learn how to configure a data migration task in different scenarios.
>
> Before creating a data migration task, you need to perform the following operations:
>
> 1. [Deploy a DM Cluster Using TiUP](/dm/deploy-a-dm-cluster-using-tiup.md)
> 2. [Create a Data Source](/dm/quick-start-create-source.md)
> 1. [Deploy a DM Cluster Using TiUP](/dm/deploy-a-dm-cluster-using-tiup.md).
> 2. [Create a Data Source](/dm/quick-start-create-source.md).
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.

Expand Down
6 changes: 3 additions & 3 deletions dm/quick-start-create-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ summary: Learn how to create a data source for Data Migration (DM).

> **Note:**
>
> Before creating a data source, you need to [Deploy a DM Cluster Using TiUP](/dm/deploy-a-dm-cluster-using-tiup.md)
> Before creating a data source, you need to [Deploy a DM Cluster Using TiUP](/dm/deploy-a-dm-cluster-using-tiup.md).
The document describes how to create a data source for the data migration task of TiDB Data Migration (DM).

Expand Down Expand Up @@ -35,7 +35,7 @@ A data source contains the information for accessing the upstream migration task

```yaml
source-id: "mysql-01" # The ID of the data source, you can refer this source-id in the task configuration and dmctl command to associate the corresponding data source.
from:
host: "127.0.0.1"
port: 3306
Expand Down Expand Up @@ -89,7 +89,7 @@ After creating a data source, you can use the following command to query the dat
```bash
tiup dmctl --master-addr <master-addr> get-config source mysql-01
```
```
{
"result": true,
Expand Down
2 changes: 1 addition & 1 deletion migrate-small-mysql-shards-to-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ You can view the history of a migration task and internal operational metrics th

## See also

- [Migrate and Merge MySQL Shards of Large Datasets to TiDB](/migrate-large-mysql-shards-to-tidb.md)
- [Migrate and Merge MySQL Shards of Large Datasets to TiDB](/migrate-large-mysql-shards-to-tidb.md).
- [Merge and Migrate Data from Sharded Tables](https://docs.pingcap.com/tidb-data-migration/stable/feature-shard-merge)
- [Best Practices of Data Migration in the Shard Merge Scenario](https://docs.pingcap.com/tidb-data-migration/stable/shard-merge-best-practices)
- [Handle Errors](https://docs.pingcap.com/tidb-data-migration/stable/error-handling)
Expand Down

0 comments on commit 13fa485

Please sign in to comment.