feat: 4.8.9 doc (#2334)

* feat: 4.8.9 doc

* doc

* README.md
This commit is contained in:
Archer
2024-08-12 13:58:04 +08:00
committed by GitHub
parent 72bb3f667b
commit 2dc0b0fbec
8 changed files with 56 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
---
title: 'V4.8.9进行中'
title: 'V4.8.9需要初始化'
description: 'FastGPT V4.8.9 更新说明'
icon: 'upgrade'
draft: false
@@ -13,8 +13,11 @@ weight: 816
### 2. 修改镜像
- 更新 FastGPT 镜像 tag: v4.8.9
- 更新 FastGPT 商业版镜像 tag: v4.8.9
- Sandbox 镜像,可以不更新
### 3. 执行初始化
### 3. 商业版执行初始化
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`{{host}} 替换成**FastGPT 商业版域名**。
@@ -24,7 +27,7 @@ curl --location --request POST 'https://{{host}}/api/admin/init/489' \
--header 'Content-Type: application/json'
```
会初始化多租户的通知方式
会初始化多租户的通知方式,仅内部使用的,无需执行。
-------