Skip to content

Commit

Permalink
add migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Mar 21, 2024
1 parent 10bab13 commit 0d10182
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/dify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ helm repo add douban https://douban.github.io/charts/
helm upgrade dify douban/dify -f values.yaml --install --debug
```

```
# run migration
kubectl exec -it dify-pod-name -- flask db upgrade
```

always run this command after dify upgrade

## production use checklist
The minimal configure provided above is sufficient for experiment, however, you need extra work before put it into production, I advice you do all the checklist before provide services.

Expand Down

0 comments on commit 0d10182

Please sign in to comment.