mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Docs: Updated upgrading guide (#8746)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -72,12 +72,30 @@ To upgrade RAGFlow, you must upgrade **both** your code **and** your Docker imag
|
|||||||
git checkout -f v0.19.1
|
git checkout -f v0.19.1
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Update **ragflow/docker/.env** as follows:
|
3. Update **ragflow/docker/.env**:
|
||||||
|
|
||||||
|
<Tabs
|
||||||
|
defaultValue="slim"
|
||||||
|
values={[
|
||||||
|
{label: 'slim', value: 'slim'},
|
||||||
|
{label: 'full', value: 'full'},
|
||||||
|
]}>
|
||||||
|
<TabItem value="slim">
|
||||||
|
|
||||||
|
```bash
|
||||||
|
RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1-slim
|
||||||
|
```
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
<TabItem value="full">
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1
|
RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
4. Update the RAGFlow image and restart RAGFlow:
|
4. Update the RAGFlow image and restart RAGFlow:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user