tiup
tiup copied to clipboard
A component manager for TiDB
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? 2. What did you expect to see? 3. What did you see instead?...
when `ignore_exporter: true` is setting, tiup should skip destroying node exporter
### What problem does this PR solve? ### What is changed and how it works? ### Check List Tests - Unit test - Integration test - Manual test (add detailed...
``` - host: x.x.x.x port: 23000 status_port: 23001 data_dir: "/mnt/disk/1/x/tikv/23000" ignore_exporter: true config: server.labels: { host: "x.x.x.x" } raftstore.raftdb-path: "/mnt/disk/0/x/tikv/23000" ``` If we set `raftstore.raftdb-path` to a location different from...
### What problem does this PR solve? User needs to manually set `session-xxxxx` for tidb, to make tiproxy migration works. However, we could just generate a self-signed cert automatically. There...
## Feature Request **Is your feature request related to a problem? Please describe:** - The times are printed with different timezones. **Describe the feature you'd like:** It's better print the...
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** currently we use 1.6.1, https://github.com/pingcap/tiup/blob/master/go.mod#L50 shall we upgrade this module to the...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? scale in an instance by executing tiup cluster scale-in tidb-test -N ip:port -y...
## Bug Report When running `tiup cluster check ...` against systems that have `/tmp` mounted with the `noexec` option then TiUP fails to run the checks. 1. What did you...
## Feature Request **Is your feature request related to a problem? Please describe:** Now, this feature helps users automatically set some system parameters to the correct values. However, some parameter...