mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-11-09 06:13:56 +00:00
988 B
988 B
| sidebar_position | slug |
|---|---|
| 7 | /upgrade_ragflow |
Upgrade RAGFlow
You can upgrade RAGFlow to dev version or the latest version:
- A Dev version (Development version) is the latest, tested image.
- The latest version is the most recent, officially published release.
Upgrade RAGFlow to the dev version
-
Update ragflow/docker/.env as follows:
RAGFLOW_IMAGE=infiniflow/ragflow:dev -
Pull the latest code from inside Docker:
git pull -
Update RAGFlow image and restart RAGFlow:
docker compose -f docker/docker-compose.yml pull docker compose -f docker/docker-compose.yml up -d
Upgrade RAGFlow to the latest version
-
Update ragflow/docker/.env as follows:
RAGFLOW_IMAGE=infiniflow/ragflow:latest -
Update the RAGFlow image and restart RAGFlow:
docker compose -f docker/docker-compose.yml pull docker compose -f docker/docker-compose.yml up -d