- Introduction
- Deploy
- Deploy TiDB Cluster
- Deploy Heterogeneous Cluster
- Deploy TiFlash
- Deploy TiCDC
- Deploy TiDB Binlog
- Deploy TiDB Enterprise Edition
- Deploy Monitoring
- Secure
- Operate
- Scale TiDB Cluster
- Backup and Restore
- Use CRDs
- Back up Data to GCS Using Dumpling
- Restore Data from GCS Using TiDB Lightning
- Back up Data to S3-Compatible Storage Using Dumpling
- Restore Data from S3-Compatible Storage Using TiDB Lightning
- Back up Data to GCS Using BR
- Restore Data from GCS Using BR
- Back up Data to S3-Compatible Storage Using BR
- Restore Data from S3-Compatible Storage Using BR
- Back up Data to PV Using BR
- Restore Data from PV Using BR
- Use CRDs
- Disaster Recovery
- Reference
- Tools
- Configure
- Release Notes
- v1.1
- v1.0
- v0
TiDB Operator 1.1.9 Release Notes
Release date: December 28, 2020
TiDB Operator version: 1.1.9
Improvements
- Support
spec.toolImage
forBackup
&Restore
to define the image used to provide the Dumpling/TiDB Lightning binary executables (#3641, @BinChenn)
Bug Fixes
Fix the issue that Prometheus can't pull metrics for TiKV Importer (#3631, @csuzhangxc)
Fix the compatibility issue for using BR to back up/restore from/to GCS (#3654, @dragonly)