From cf0a1366af4ff553671f5e1fa84ff642ae5721e7 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:13:04 +0800 Subject: [PATCH] Docs: Updated upgrading guide (#8746) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/guides/upgrade_ragflow.mdx | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/guides/upgrade_ragflow.mdx b/docs/guides/upgrade_ragflow.mdx index b9d95a39d..871257d4d 100644 --- a/docs/guides/upgrade_ragflow.mdx +++ b/docs/guides/upgrade_ragflow.mdx @@ -72,11 +72,29 @@ To upgrade RAGFlow, you must upgrade **both** your code **and** your Docker imag git checkout -f v0.19.1 ``` -3. Update **ragflow/docker/.env** as follows: +3. Update **ragflow/docker/.env**: - ```bash - RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1 - ``` + + + +```bash +RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1-slim +``` + + + + +```bash +RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1 +``` + + + 4. Update the RAGFlow image and restart RAGFlow: