-
Notifications
You must be signed in to change notification settings - Fork 0
2024 12 20 Dify アップデート(0.6.15 ‐ 0.14.1)
matsusho070 edited this page Dec 20, 2024
·
2 revisions
https://github.com/langgenius/dify/releases/tag/0.14.1 のアップグレードガイド(Docker compose deployments)に従って作業を行う。
Back up your customized docker-compose YAML file (optional)
cd docker
cp docker-compose.yaml docker-compose.yaml.$(date +%s).bak
Get the latest code from the main branch
git checkout main
git pull origin main
Stop the service,Command, please execute in the docker directory
docker compose down
Back up data
tar -cvf volumes-$(date +%s).tgz volumes
Upgrade services
docker compose up -d
再起動後、UI上でバージョン番号が変わっていることや、https://nanbyochat.dbcls.jp/ から以前と同様に利用できることを確認した。