Skip to content

Commit

Permalink
如何升级apisix版本?
Browse files Browse the repository at this point in the history
  • Loading branch information
Miss-you committed Jul 15, 2020
1 parent af9f72d commit 5c299ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions faq/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,17 @@ rpm包安装的apisix自动会有dashboard;另一方面1.2版本之后,apisi
## 如何升级apisix版本?

- 如何通过rpm包升级apisix?(TODO)
卸载旧版本rpm包,安装新版本包

```shell
## 卸载
rpm -e xxx.rpm
## 安装
rpm -ivh xxx.rpm
```

- 如何通过luarocks升级apisix?(TODO)
luarocks install apisix

## Apache APISIX 的 master 分支可以编译通过吗?

Expand Down

0 comments on commit 5c299ef

Please sign in to comment.