Commit e68a8013 by Archer Committed by GitHub

Update 4124.mdx (#5654)

parent cb7d1a32
--- ---
title: 'V4.12.4' title: 'V4.12.4(包含升级脚本)'
description: 'FastGPT V4.12.4 更新说明, 发布于 2025-9-15' description: 'FastGPT V4.12.4 更新说明, 发布于 2025-9-15'
--- ---
...@@ -14,6 +14,22 @@ description: 'FastGPT V4.12.4 更新说明, 发布于 2025-9-15' ...@@ -14,6 +14,22 @@ description: 'FastGPT V4.12.4 更新说明, 发布于 2025-9-15'
- 更新 Sandbox 镜像 tag: v4.12.4 - 更新 Sandbox 镜像 tag: v4.12.4
- AIProxy 无需更新 - AIProxy 无需更新
### 2. 执行升级脚本
该脚本仅需商业版用户执行。
从任意终端,发起 1 个 HTTP 请求。其中 `{{rootkey}}` 替换成环境变量里的 `rootkey`;`{{host}}` 替换成**FastGPT 域名**。
```bash
curl --location --request POST 'https://{{host}}/api/admin/initv4124' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```
**脚本功能**
1. 补充所有资源的owner权限
## 🚀 新增内容 ## 🚀 新增内容
1. 商业版支持企微发布渠道。 1. 商业版支持企微发布渠道。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment