tiup icon indicating copy to clipboard operation
tiup copied to clipboard

A component manager for TiDB

Results 267 tiup issues
Sort by recently updated
recently updated
newest added

For CI and other automation, it is nice to be able to run commands and be able to guarantee they will not use the network. This implies nothing should be...

difficulty/medium
type/enhancement
help wanted

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Since most of the PD configuration can't be changed according to edit-config, which...

type/bug

## Feature Request The commands in TiUP do not currently have any man pages. Typically all commands in a Linux/Unix system have man pages, which can be browsed on the...

type/feature-request

### What problem does this PR solve? When restarting TiDB nodes in rapid succession and/or concurrently this can cause disruption for applications due to: - Cold caches - Loadbalancers that...

size/M

## Feature Request **Is your feature request related to a problem? Please describe:** SSH高版本已经抛弃了RSA方式,但目前tiup部署免密方式还是去检测的RSA,在SSH 禁用了RSA算法后,使用免密方式部署或者扩容tidb集群就会有各种问题。即使使用了--ssh=system 参数,仍去检测了/home/tidb/.ssh 和/home/tidb/.tiup/storage/cluster/clusters/tidb-aaa/ssh/下 有没有id_rsa文件 **Describe the feature you'd like:** tiup不应该去关注ssh使用了哪种加密方式,希望tiup后续的版本可以适配SSH多种加密算法,而不是写死一种

type/feature-request

## Bug Report https://github.com/pingcap/tiup/blob/e8c63c6cea9e4af5f5c59cc5a1186f21aac65f77/pkg/repository/clone_mirror.go#L284-L287 When clone offline without `--full` flag, and the version itself is not identical to `nightly`, the manifest will lack `nightly` setting. Thus any nightly-version-related operations to...

type/bug

### What problem does this PR solve? close #2461 ### What is changed and how it works? When checking PD health, also check pd/api/v2/ready to see if regions are loaded....

size/M
do-not-merge/work-in-progress

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? $ htpasswd -nBC 12 '' | tr -d ':\n' New password: test Re-type...

type/bug

### What problem does this PR solve? - Improve SELinux compatibility - Fix the context of the systemd files after moving them from `/tmp` to `/etc/systemd` This doesn't change the...

size/S
lgtm

## Feature Request **Is your feature request related to a problem? Please describe:** When using `tiup playground v8.5.0` it will install multiple components of the given version. But to clean...

type/feature-request