Replies: 6 comments 6 replies
-
rolling in the deep(相当卷🌊) |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
is the branch in Upgrade Guide wrong? |
Beta Was this translation helpful? Give feedback.
-
There is a critical issue with plugins where when plugin added to pipeline it gives psycopg2.errors.InvalidTextRepresentation - invalid input syntax for type uuid |
Beta Was this translation helpful? Give feedback.
-
1.8.3 -> v2.0.0-beta.2 创建知识库报错
File "/opt/dify/api/.venv/lib/python3.12/site-packages/flask_restx/api.py", line 402, in wrapper |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Fixes
Upgrade Guide
Important
If upgrading from 0.x or 1.x, you must run the following migration to transform existing datasource credentials. This step is required to ensure compatibility with the new version:
Docker Compose Deployments
tar -cvf volumes-$(date +%s).tgz volumes
docker exec -it docker-api-1 uv run flask transform-datasource-credentials
Source Code Deployments
Stop the API server, Worker, and Web frontend Server.
Get the latest code from the release branch:
cd api uv sync
This discussion was created from the release v2.0.0-beta.2.
Beta Was this translation helpful? Give feedback.
All reactions