|
277 | 277 | - [tiup-mirror](/tiup/tiup-mirror.md) |
278 | 278 | - [tiup-bench](/tiup/tiup-bench.md) |
279 | 279 | - [TiDB Operator](/tidb-operator-overview.md) |
| 280 | +<<<<<<< HEAD |
| 281 | +======= |
| 282 | + - TiDB Data Migration |
| 283 | + - [About TiDB Data Migration](/dm/dm-overview.md) |
| 284 | + - [Architecture](/dm/dm-arch.md) |
| 285 | + - [Quick Start](/dm/quick-start-with-dm.md) |
| 286 | + - Deploy a DM cluster |
| 287 | + - [Hardware and Software Requirements](/dm/dm-hardware-and-software-requirements.md) |
| 288 | + - [Use TiUP (Recommended)](/dm/deploy-a-dm-cluster-using-tiup.md) |
| 289 | + - [Use TiUP Offline](/dm/deploy-a-dm-cluster-using-tiup-offline.md) |
| 290 | + - [Use Binary](/dm/deploy-a-dm-cluster-using-binary.md) |
| 291 | + - [Use Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/v1.4/deploy-tidb-dm) |
| 292 | + - Tutorials |
| 293 | + - [Create a Data Source](/dm/quick-start-create-source.md) |
| 294 | + - [Manage Data Sources](/dm/dm-manage-source.md) |
| 295 | + - [Configure Tasks](/dm/dm-task-configuration-guide.md) |
| 296 | + - [Shard Merge](/dm/dm-shard-merge.md) |
| 297 | + - [Table Routing](/dm/dm-table-routing.md) |
| 298 | + - [Block and Allow Lists](/dm/dm-block-allow-table-lists.md) |
| 299 | + - [Binlog Event Filter](/dm/dm-binlog-event-filter.md) |
| 300 | + - [Filter DMLs Using SQL Expressions](/dm/feature-expression-filter.md) |
| 301 | + - [Online DDL Tool Support](/dm/dm-online-ddl-tool-support.md) |
| 302 | + - Manage a Data Migration Task |
| 303 | + - [Precheck a Task](/dm/dm-precheck.md) |
| 304 | + - [Create a Task](/dm/dm-create-task.md) |
| 305 | + - [Query Status](/dm/dm-query-status.md) |
| 306 | + - [Pause a Task](/dm/dm-pause-task.md) |
| 307 | + - [Resume a Task](/dm/dm-resume-task.md) |
| 308 | + - [Stop a Task](/dm/dm-stop-task.md) |
| 309 | + - Advanced Tutorials |
| 310 | + - Merge and Migrate Data from Sharded Tables |
| 311 | + - [Overview](/dm/feature-shard-merge.md) |
| 312 | + - [Pessimistic Mode](/dm/feature-shard-merge-pessimistic.md) |
| 313 | + - [Optimistic Mode](/dm/feature-shard-merge-optimistic.md) |
| 314 | + - [Manually Handle Sharding DDL Lock](/dm/manually-handling-sharding-ddl-locks.md) |
| 315 | + - [Migrate from MySQL Databases that Use GH-ost/PT-osc](/dm/feature-online-ddl.md) |
| 316 | + - [Migrate Data to a Downstream TiDB Table with More Columns](/migrate-with-more-columns-downstream.md) |
| 317 | + - Maintain |
| 318 | + - Cluster Upgrade |
| 319 | + - [Maintain DM Clusters Using TiUP (Recommended)](/dm/maintain-dm-using-tiup.md) |
| 320 | + - [Manually Upgrade from v1.0.x to v2.0+](/dm/manually-upgrade-dm-1.0-to-2.0.md) |
| 321 | + - Tools |
| 322 | + - [Manage Using WebUI](/dm/dm-webui-guide.md) |
| 323 | + - [Manage Using dmctl](/dm/dmctl-introduction.md) |
| 324 | + - Performance Tuning |
| 325 | + - [Benchmarks](/dm/dm-benchmark-v5.4.0.md) |
| 326 | + - [Optimize Configurations](/dm/dm-tune-configuration.md) |
| 327 | + - [Test DM Performance](/dm/dm-performance-test.md) |
| 328 | + - [Handle Performance Issues](/dm/dm-handle-performance-issues.md) |
| 329 | + - Manage Data Sources |
| 330 | + - [Switch the MySQL Instance to Be Migrated](/dm/usage-scenario-master-slave-switch.md) |
| 331 | + - Manage Tasks |
| 332 | + - [Handle Failed DDL Statements](/dm/handle-failed-ddl-statements.md) |
| 333 | + - [Manage Schemas of Tables to be Migrated](/dm/dm-manage-schema.md) |
| 334 | + - [Export and Import Data Sources and Task Configurations of Clusters](/dm/dm-export-import-config.md) |
| 335 | + - [Handle Alerts](/dm/dm-handle-alerts.md) |
| 336 | + - [Daily Check](/dm/dm-daily-check.md) |
| 337 | + - Reference |
| 338 | + - Architecture |
| 339 | + - [DM-worker](/dm/dm-worker-intro.md) |
| 340 | + - [Safe Mode](/dm/dm-safe-mode.md) |
| 341 | + - [Relay Log](/dm/relay-log.md) |
| 342 | + - [DDL Handling](/dm/dm-ddl-compatible.md) |
| 343 | + - Mechanism |
| 344 | + - [DML Replication Mechanism](/dm/dm-replication-logic.md) |
| 345 | + - Command Line |
| 346 | + - [DM-master & DM-worker](/dm/dm-command-line-flags.md) |
| 347 | + - Configuration Files |
| 348 | + - [Overview](/dm/dm-config-overview.md) |
| 349 | + - [Upstream Database Configurations](/dm/dm-source-configuration-file.md) |
| 350 | + - [Task Configurations](/dm/task-configuration-file-full.md) |
| 351 | + - [DM-master Configuration](/dm/dm-master-configuration-file.md) |
| 352 | + - [DM-worker Configuration](/dm/dm-worker-configuration-file.md) |
| 353 | + - [Table Selector](/dm/table-selector.md) |
| 354 | + - [OpenAPI](/dm/dm-open-api.md) |
| 355 | + - [Compatibility Catalog](/dm/dm-compatibility-catalog.md) |
| 356 | + - Secure |
| 357 | + - [Enable TLS for DM Connections](/dm/dm-enable-tls.md) |
| 358 | + - [Generate Self-signed Certificates](/dm/dm-generate-self-signed-certificates.md) |
| 359 | + - Monitoring and Alerts |
| 360 | + - [Monitoring Metrics](/dm/monitor-a-dm-cluster.md) |
| 361 | + - [Alert Rules](/dm/dm-alert-rules.md) |
| 362 | + - [Error Codes](/dm/dm-error-handling.md#handle-common-errors) |
| 363 | + - [Glossary](/dm/dm-glossary.md) |
| 364 | + - Example |
| 365 | + - [Migrate Data Using DM](/dm/migrate-data-using-dm.md) |
| 366 | + - [Create a Data Migration Task](/dm/quick-start-create-task.md) |
| 367 | + - [Best Practices of Data Migration in the Shard Merge Scenario](/dm/shard-merge-best-practices.md) |
| 368 | + - Troubleshoot |
| 369 | + - [FAQ](/dm/dm-faq.md) |
| 370 | + - [Handle Errors](/dm/dm-error-handling.md) |
| 371 | + - [Release Notes](/dm/dm-release-notes.md) |
| 372 | + - TiDB Lightning |
| 373 | + - [Overview](/tidb-lightning/tidb-lightning-overview.md) |
| 374 | + - [Get Started](/get-started-with-tidb-lightning.md) |
| 375 | + - [Deploy TiDB Lightning](/tidb-lightning/deploy-tidb-lightning.md) |
| 376 | + - [Target Database Requirements](/tidb-lightning/tidb-lightning-requirements.md) |
| 377 | + - Data Sources |
| 378 | + - [Data Match Rules](/tidb-lightning/tidb-lightning-data-source.md) |
| 379 | + - [CSV](/tidb-lightning/tidb-lightning-data-source.md#csv) |
| 380 | + - [SQL](/tidb-lightning/tidb-lightning-data-source.md#sql) |
| 381 | + - [Parquet](/tidb-lightning/tidb-lightning-data-source.md#parquet) |
| 382 | + - [Customized File](/tidb-lightning/tidb-lightning-data-source.md#match-customized-files) |
| 383 | + - Physical Import Mode |
| 384 | + - [Requirements and Limitations](/tidb-lightning/tidb-lightning-physical-import-mode.md) |
| 385 | + - [Use Physical Import Mode](/tidb-lightning/tidb-lightning-physical-import-mode-usage.md) |
| 386 | + - Logical Import Mode |
| 387 | + - [Requirements and Limitations](/tidb-lightning/tidb-lightning-logical-import-mode.md) |
| 388 | + - [Use Logical Import Mode](/tidb-lightning/tidb-lightning-logical-import-mode-usage.md) |
| 389 | + - [Prechecks](/tidb-lightning/tidb-lightning-prechecks.md) |
| 390 | + - [Table Filter](/table-filter.md) |
| 391 | + - [Checkpoints](/tidb-lightning/tidb-lightning-checkpoints.md) |
| 392 | + - [Import Data in Parallel](/tidb-lightning/tidb-lightning-distributed-import.md) |
| 393 | + - [Error Resolution](/tidb-lightning/tidb-lightning-error-resolution.md) |
| 394 | + - [Troubleshooting](/tidb-lightning/troubleshoot-tidb-lightning.md) |
| 395 | + - Reference |
| 396 | + - [Configuration File](/tidb-lightning/tidb-lightning-configuration.md) |
| 397 | + - [Command Line Flags](/tidb-lightning/tidb-lightning-command-line-full.md) |
| 398 | + - [Monitoring](/tidb-lightning/monitor-tidb-lightning.md) |
| 399 | + - [Web Interface](/tidb-lightning/tidb-lightning-web-interface.md) |
| 400 | + - [FAQ](/tidb-lightning/tidb-lightning-faq.md) |
| 401 | + - [Glossary](/tidb-lightning/tidb-lightning-glossary.md) |
| 402 | + - [Dumpling](/dumpling-overview.md) |
| 403 | + - TiCDC |
| 404 | + - [Overview](/ticdc/ticdc-overview.md) |
| 405 | + - [Deploy](/ticdc/deploy-ticdc.md) |
| 406 | + - [Maintain](/ticdc/manage-ticdc.md) |
| 407 | + - Monitor and Alert |
| 408 | + - [Monitoring Metrics](/ticdc/monitor-ticdc.md) |
| 409 | + - [Alert Rules](/ticdc/ticdc-alert-rules.md) |
| 410 | + - [Troubleshoot](/ticdc/troubleshoot-ticdc.md) |
| 411 | + - Reference |
| 412 | + - [TiCDC OpenAPI](/ticdc/ticdc-open-api.md) |
| 413 | + - [TiCDC Open Protocol](/ticdc/ticdc-open-protocol.md) |
| 414 | + - [TiCDC Avro Protocol](/ticdc/ticdc-avro-protocol.md) |
| 415 | + - [TiCDC Canal-JSON Protocol](/ticdc/ticdc-canal-json.md) |
| 416 | + - [FAQs](/ticdc/ticdc-faq.md) |
| 417 | + - [Glossary](/ticdc/ticdc-glossary.md) |
| 418 | +>>>>>>> 47755948df (v5.4-v6.1: update TiDB in Kubernetes links from dev to v1.4 (#22080)) |
280 | 419 | - Backup & Restore (BR) |
281 | 420 | - [BR Tool Overview](/br/backup-and-restore-tool.md) |
282 | 421 | - [Use BR Command-line for Backup and Restoration](/br/use-br-command-line-tool.md) |
|
0 commit comments