Skip to content

Commit

Permalink
Merge pull request #770 from LinuxGit/Louis/fix-deployment-docs
Browse files Browse the repository at this point in the history
ansible-deployment: fix playbook name
  • Loading branch information
liubo0127 authored Jun 20, 2018
2 parents 9dc8eac + 94b40b5 commit e9ec467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-guide/ansible-operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ $ ansible-playbook start.yml
此操作会按顺序关闭整个 TiDB 集群所有组件(包括 PD、TiDB、TiKV 等组件和监控组件)。

```
$ ansible-playbook unsafe_cleanup.yml
$ ansible-playbook stop.yml
```

## 清除集群数据

此操作会关闭 TiDB、Pump、TiKV、PD 服务,并清空 Pump、TiKV、PD 数据目录。

```
$ ansible-playbook unsafe_cleanup.yml
$ ansible-playbook unsafe_cleanup_data.yml
```

## 销毁集群
Expand Down

0 comments on commit e9ec467

Please sign in to comment.