Update 490.md (#4022)

This commit is contained in:
Archer
2025-03-07 11:15:52 +08:00
committed by GitHub
parent 4957bdcba1
commit 2270e149eb

View File

@@ -12,11 +12,12 @@ weight: 801
### 1. 做好数据库备份
### 2. 更新镜像
### 2. 更新镜像和 PG 容器
- 更新 FastGPT 镜像 tag: v4.9.0
- 更新 FastGPT 商业版镜像 tag: v4.9.0
- Sandbox 镜像,可以不更新
- 更新 PG 容器为 v0.8.0-pg15, 可以查看[最新的 yml](https://raw.githubusercontent.com/labring/FastGPT/main/deploy/docker/docker-compose-pgvector.yml)
### 3. 替换 OneAPI可选
@@ -186,4 +187,4 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \
## 🐛 修复
1. 增加网页抓取安全链接校验。
2. 批量运行时,全局变量未进一步传递到下一次运行中,导致最终变量更新错误。
2. 批量运行时,全局变量未进一步传递到下一次运行中,导致最终变量更新错误。