From d306d74414f62dda12b215c7c77bcd7fb11226d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Wed, 29 May 2024 11:22:26 +0200 Subject: [PATCH] Update URLs for DM and Dumpling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4938d2d..6525741 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This list accepts and encourages pull requests. See [CONTRIBUTING](https://githu *Backup/restore/recovery tools* -- [Dumpling](https://github.com/pingcap/dumpling) - Logical, parallel backup/dumper tool for MySQL/TiDB written in GoLang - support csv format output and integrated as library +- [Dumpling](https://github.com/pingcap/tidb/tree/master/dumpling) - Logical, parallel backup/dumper tool for MySQL/TiDB written in GoLang - support csv format output and integrated as library - [MyDumper](https://github.com/maxbube/mydumper) - Logical, parallel backup/dumper tool for MySQL - [MySQLDumper](http://www.mysqldumper.net/) - open-source web based backup tool - useful for shared webhosting - [Percona Xtrabackup](http://www.percona.com/doc/percona-xtrabackup) - an open-source hot backup utility for MySQL - based servers that doesn’t lock your database during the backup. @@ -66,7 +66,7 @@ This list accepts and encourages pull requests. See [CONTRIBUTING](https://githu ## Binlog-Replication -- [DM](https://github.com/pingcap/dm) - A High-Availability data migration platform which supports migrating data from MySQL/MariaDB to TiDB and merging shard tables +- [DM](https://github.com/pingcap/tiflow) - A High-Availability data migration platform which supports migrating data from MySQL/MariaDB to TiDB and merging shard tables - [Kingbus](https://github.com/flike/kingbus) - A distributed MySQL binlog storage system built on Raft - [mysql-ripple](https://github.com/google/mysql-ripple) - Ripple, a server that can serve as a middleman in MySQL replication