Skip to content
Merged
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
11 changes: 10 additions & 1 deletion docSite/content/zh-cn/docs/development/upgrading/4817.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ toc: true
weight: 807
---

## 运行升级脚本
## 更新指南

### 1. 更新镜像:

- 更新 fastgpt 镜像 tag: v4.8.17-alpha
- 更新 fastgpt-pro 商业版镜像 tag: v4.8.17-alpha
- Sandbox 镜像无需更新


### 2. 运行升级脚本

从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成**FastGPT 域名**。

Expand Down
Loading