Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
e68a8013
authored
Sep 16, 2025
by
Archer
Committed by
GitHub
Sep 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 4124.mdx (#5654)
parent
cb7d1a32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletions
+17
-1
document/content/docs/upgrading/4-12/4124.mdx
+17
-1
No files found.
document/content/docs/upgrading/4-12/4124.mdx
View file @
e68a8013
---
---
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. 商业版支持企微发布渠道。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment