mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[PR #126] [MERGED] Docs: update Deploy with Docker Compose. #390
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-docs/pull/126
Author: @fernvenue
Created: 5/21/2025
Status: ✅ Merged
Merged: 7/8/2025
Merged by: @guchenhe
Base:
main← Head:main📝 Commits (5)
e9ec471Add backup before upgrading.a745873Dynamically retrieve the latest version in the installation steps using jq.16be8fbAdd ZIP archive way for installation and upgrading.5484b22Move some parts to FAQ page.e0b95a7Merge branch 'main' into main📊 Changes
2 files changed (+44 additions, -7 deletions)
View changed files
📝
en/getting-started/install-self-hosted/docker-compose.mdx(+1 -2)📝
en/getting-started/install-self-hosted/faqs.mdx(+43 -5)📄 Description
This PR includes several updates:
I think it's really important that backup the current user data, we can't sure we will never have any breaking change right? So I think this is a good idea maybe?
Here the user needs to check the latest version, which might be a bit cumbersome. And some users may think that the version in the documentation is the latest version, thus installing an old version. I think it would be better to use
jqto fetch the latest version number from the GitHub API in the command.I think this will be very useful for some restricted networks?
Anyway, feel free to point out any issues :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.