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

## Bug Report If runtime needs dynamic libraries, overwriting binaries by cmd `tar` directly may cause unexpected behavior. Like https://github.com/pingcap/tiup/blob/ca49c7e8f57bccc5ff79520d1f5a5481d62364b1/pkg/cluster/task/install_package.go#L50 2 options: - Remove target binaries first before installing. -...

type/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? tiup set mirror ${localdir} tiup mirror clone ${package name} v4.0.15 --os linux --arch...

type/bug

## Feature Request **Is your feature request related to a problem? Please describe:** cluster: need safe stop component. **Describe the feature you'd like:** If the component has not been shut...

type/feature-request

### What did you do? 1. create ticdc cluster tiup playground v5.2.0 --pd 3 --kv 3 --db 1 --ticdc 1 2. create changfeed cdc cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="mysql://root:[email protected]:3306/" --changefeed-id="simple-replication-task"...

type/bug
severity/moderate
area/ticdc

## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** When we want to custom labels for the specific cluster, we should...

type/feature-request

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? ``` $ curl -s 'https://api.github.com/repos/prometheus/alertmanager/releases?per_page=1' | jq '.[0].name' "0.23.0 / 2021-08-25" [dvaneeden@dve-carbon tiup]$...

type/bug

## Feature Request **Is your feature request related to a problem? Please describe:** For TiDB cluster users can start a tidb cluster quickly by `tiup playground`. But dm must deploy...

help wanted
type/feature-request

If no topology config file provided, guide the user to input necessary information and generate one for them. At least `deploy` and `scale-out` need this new feature.

type/feature-request

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? `topo.yaml ` ```yaml pd_servers: - host: 10.0.1.9 tikv_servers: - host: 10.0.1.9 tidb_servers: -...

type/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? **5.129 host** vim /etc/profile ``` export JAVA_HOME=/opt/jdk-11.0.10 export PATH=$JAVA_HOME/bin:$PATH ``` **5.203** `yum install...

type/bug