Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion geo-distributed-deployment-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This document takes the typical architecture of three data centers (DC) in two c

### Topology templates

- [The geo-distributed topology template](https://github.com/pingcap/docs/blob/master/config-templates/geo-redundancy-deployment.yaml)
- [The geo-distributed topology template](https://github.com/pingcap/docs/blob/release-4.0/config-templates/geo-redundancy-deployment.yaml)

### Key parameters

Expand Down
4 changes: 2 additions & 2 deletions hybrid-deployment-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The deployment machine has multiple CPU processors with sufficient memory. To im

### Topology templates

- [The simple template for the hybrid deployment](https://github.com/pingcap/docs-cn/blob/master/config-templates/simple-multi-instance.yaml)
- [The complex template for the hybrid deployment](https://github.com/pingcap/docs/blob/master/config-templates/complex-multi-instance.yaml)
- [The simple template for the hybrid deployment](https://github.com/pingcap/docs/blob/release-4.0/config-templates/simple-multi-instance.yaml)
- [The complex template for the hybrid deployment](https://github.com/pingcap/docs/blob/release-4.0/config-templates/complex-multi-instance.yaml)

### Key parameters

Expand Down
4 changes: 2 additions & 2 deletions minimal-deployment-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ This document describes the minimal deployment topology of TiDB clusters.

### Topology templates

- [The simple template for the minimal topology](https://github.com/pingcap/docs/blob/master/config-templates/simple-mini.yaml)
- [The complex template for the minimal topology](https://github.com/pingcap/docs/blob/master/config-templates/complex-mini.yaml)
- [The simple template for the minimal topology](https://github.com/pingcap/docs/blob/release-4.0/config-templates/simple-mini.yaml)
- [The complex template for the minimal topology](https://github.com/pingcap/docs/blob/release-4.0/config-templates/complex-mini.yaml)

> **Note:**
>
Expand Down
1,832 changes: 49 additions & 1,783 deletions production-deployment-using-tiup.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion quick-start-with-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Other requirements for the target machine:
```

- `<cluster-name>`: Set the cluster name
- `<tidb-version>`: Set the TiDB cluster version. You can see all the supported TiDB versions by running the `tiup list tidb --refresh` command
- `<tidb-version>`: Set the TiDB cluster version. You can see all the supported TiDB versions by running the `tiup list tidb` command

Enter "y" and the `root` user's password to complete the deployment:

Expand Down
4 changes: 2 additions & 2 deletions ticdc-deployment-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ TiCDC is a tool for replicating the incremental data of TiDB, introduced in TiDB

### Topology templates

- [The simple template for the TiCDC topology](https://github.com/pingcap/docs/blob/master/config-templates/simple-cdc.yaml)
- [The complex template for the TiCDC topology](https://github.com/pingcap/docs/blob/master/config-templates/complex-cdc.yaml)
- [The simple template for the TiCDC topology](https://github.com/pingcap/docs/blob/release-4.0/config-templates/simple-cdc.yaml)
- [The complex template for the TiCDC topology](https://github.com/pingcap/docs/blob/release-4.0/config-templates/complex-cdc.yaml)

> **Note:**
>
Expand Down
4 changes: 2 additions & 2 deletions tidb-binlog-deployment-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ TiDB Binlog is the widely used component for replicating incremental data. It pr

### Topology templates

- [The simple template for the TiDB Binlog topology](https://github.com/pingcap/docs/blob/master/config-templates/simple-tidb-binlog.yaml)
- [The complex template for the TiDB Binlog topology](https://github.com/pingcap/docs/blob/master/config-templates/complex-tidb-binlog.yaml)
- [The simple template for the TiDB Binlog topology](https://github.com/pingcap/docs/blob/release-4.0/config-templates/simple-tidb-binlog.yaml)
- [The complex template for the TiDB Binlog topology](https://github.com/pingcap/docs/blob/release-4.0/config-templates/complex-tidb-binlog.yaml)

### Key parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ TiFlash is a columnar storage engine, and gradually becomes the standard cluster

### Topology templates

- [The simple template for the TiFlash topology](https://github.com/pingcap/docs/blob/master/config-templates/simple-tiflash.yaml)
- [The complex template for the TiFlash topology](https://github.com/pingcap/docs/blob/master/config-templates/complex-tiflash.yaml)
- [The simple template for the TiFlash topology](https://github.com/pingcap/docs/blob/release-4.0/config-templates/simple-tiflash.yaml)
- [The complex template for the TiFlash topology](https://github.com/pingcap/docs/blob/release-4.0/config-templates/complex-tiflash.yaml)

### Key parameters

Expand Down
2 changes: 1 addition & 1 deletion tiup/manage-tiup-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Example 2: Get a list of the TiKV component of all installable versions from the
{{< copyable "shell-regular" >}}

```shell
tiup list tikv --refresh
tiup list tikv
```

## Install components
Expand Down
2 changes: 1 addition & 1 deletion tiup/package-tiup-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To make it simple, the bash script is used to develop this component. See the fo
{{< copyable "shell-root" >}}

```bash
tiup list hello --refresh
tiup list hello
```

```
Expand Down
6 changes: 3 additions & 3 deletions tiup/tiup-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Examples:
$ tiup update --all # Update all installed components to the latest version
$ tiup update --nightly # Update all installed components to the nightly version
$ tiup update --self # Update the "tiup" to the latest version
$ tiup list --refresh # Fetch the latest supported components list
$ tiup list # Fetch the latest supported components list
$ tiup status # Display all running/terminated instances
$ tiup clean <name> # Clean the data of running/terminated instance (Kill process if it's running)
$ tiup clean --all # Clean the data of all running/terminated instances
Expand Down Expand Up @@ -124,8 +124,8 @@ The output is long but you can focus on only two parts:

> **Note:**
>
> - The number of available components will continue to grow. To check the latest supported components, execute the `tiup list --refresh` command.
> - The list of available versions of components will also continue to grow. To check the latest supported component versions, execute the `tiup list <component> --refresh` command.
> - The number of available components will continue to grow. To check the latest supported components, execute the `tiup list` command.
> - The list of available versions of components will also continue to grow. To check the latest supported component versions, execute the `tiup list <component>` command.

TiUP commands are implemented in TiUP's internal code and used for package management operations, while TiUP components are independent component packages installed by TiUP commands.

Expand Down