- Introduction
- Get Started
- Deploy
- Deploy TiDB Cluster
- Deploy Heterogeneous Cluster
- Deploy TiFlash
- Deploy TiCDC
- Deploy TiDB Binlog
- Deploy Multiple Sets of TiDB Operator
- Deploy Monitoring
- Secure
- Operate
- Upgrade TiDB Cluster
- Upgrade TiDB Operator
- Perform a Canary Upgrade
- Pause Sync of TiDB Cluster
- Scale TiDB Cluster
- Backup and Restore
- Overview
- Grant Permissions to Remote Storage
- Backup and Restore with S3-Compatible Storage
- Backup and Restore with GCS
- Backup and Restore with Persistent Volumes
- Restart a TiDB Cluster
- Maintain a Kubernetes Node
- View TiDB Logs
- Configure Automatic Failover
- Destroy a TiDB Cluster
- Migrate from Helm 2 to Helm 3
- Disaster Recovery
- Import Data
- Troubleshoot
- FAQs
- Reference
- Architecture
- Sysbench Performance Test
- API References
- Cheat Sheet
- Tools
- Configure
- Log Collection
- Monitoring and Alert on Kubernetes
- Release Notes
- v1.1
- v1.0
- v0
TiDB Operator 1.1.4 Release Notes
Release date: August 21, 2020
TiDB Operator version: 1.1.4
Notable changes
TableFilter
is added to theBackupSpec
andRestoreSpec
.TableFilter
supports backing up specific databases or tables with Dumpling or BR and supports restoring specific databases or tables with BR.BackupSpec.Dumpling.TableFilter
is deprecated since v1.1.4. Please configureBackupSpec.TableFilter
instead. Since TiDB v4.0.3, you can configureBackupSpec.TableFilter
to replace theBackupSpec.BR.DB
andBackupSpec.BR.Table
fields and configureRestoreSpec.TableFilter
to replace theRestoreSpec.BR.DB
andRestoreSpec.BR.Table
fields (#3134, @sstubbs)- Update the version of TiDB and tools to v4.0.4 (#3135, @lichunzhu)
- Support customizing environment variables for the initializer container in the TidbMonitor CR (#3109, @kolbe)
- Support patching PVCs when the storage request is increased (#3096, @cofyc)
- Support TLS for Backup & Restore with Dumpling & TiDB Lightning (#3100, @lichunzhu)
- Support
cert-allowed-cn
for TiFlash (#3101, @DanielZhangQD) - Add support for the
max-index-length
TiDB config option to the TidbCluster CRD (#3076, @kolbe) - Fix goroutine leak when TLS is enabled (#3081, @DanielZhangQD)
- Fix a memory leak issue caused by etcd client when TLS is enabled (#3064, @DanielZhangQD)
- Support TLS for TiFlash (#3049, @DanielZhangQD)
- Configure TZ environment for admission webhook and advanced statefulset controller deployed in tidb-operator chart (#3034, @cofyc)
What’s on this page
Was this page helpful?