ClickHouse/docs/zh/operations/update.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
618 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
2022-08-26 19:07:59 +00:00
slug: /zh/operations/update
2022-04-10 23:08:18 +00:00
sidebar_position: 47
sidebar_label: "更新"
2020-04-03 13:23:32 +00:00
---
2020-05-26 05:43:19 +00:00
# 更新 {#clickhouse-update}
2020-04-03 13:23:32 +00:00
如果从deb包安装ClickHouse请在服务器上执行以下命令:
2020-04-03 13:23:32 +00:00
``` bash
$ sudo apt-get update
$ sudo apt-get install clickhouse-client clickhouse-server
$ sudo service clickhouse-server restart
```
2020-05-26 05:43:19 +00:00
如果您使用除推荐的deb包之外的其他方式安装ClickHouse请使用适当的更新方法。
2020-04-03 13:23:32 +00:00
2020-05-26 05:43:19 +00:00
ClickHouse不支持分布式更新。该操作应在每个单独的服务器上连续执行。不要同时更新群集上的所有服务器否则群集将在一段时间内不可用。