-
Notifications
You must be signed in to change notification settings - Fork 3
Added upgrading "steps" #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,41 @@ | ||||||
| --- | ||||||
| title: Upgrading | ||||||
| parent: Installation | ||||||
| has_children: false | ||||||
| nav_order: 2 | ||||||
| --- | ||||||
|
|
||||||
| # Upgrading existing installations | ||||||
|
|
||||||
| The procedure for upgrading existing installations involves following the change log notes for any updates or changes | ||||||
| that may affect your setup. When a new release is created, new packages are published | ||||||
| to [https://github.com/orgs/AarhusAI/packages](https://github.com/orgs/AarhusAI/packages). | ||||||
|
|
||||||
| The release process: | ||||||
|
|
||||||
| 1. AarhusAI builds new images and updates the Docker Compose setup | ||||||
| in [https://github.com/AarhusAI/aarhusai-docker](https://github.com/AarhusAI/aarhusai-docker) for development and | ||||||
| staging environments. | ||||||
| 2. We update the Helm charts | ||||||
| at [https://github.com/AarhusAI/helm-deployments](https://github.com/AarhusAI/helm-deployments) and tag the | ||||||
| repository, making an official release of AarhusAI. | ||||||
| 3. The demo site at [https://demo.os2ai.dk/](https://demo.os2ai.dk/) is updated by manually applying the Helm chart | ||||||
| changes from the template repository. | ||||||
|
|
||||||
| Currently, there is a manual step involved in upgrading where you need to update your site's deployment repository based | ||||||
| on the above changes. | ||||||
|
|
||||||
| ## Where to find changes | ||||||
|
|
||||||
| * AarhusAI change log - [https://github.com/AarhusAI/helm-deployments/blob/main/CHANGELOG.md](https://github.com/AarhusAI/helm-deployments/blob/main/CHANGELOG.md) | ||||||
| * Open WebUI releases - [https://github.com/open-webui/open-webui/releases](https://github.com/open-webui/open-webui/releases) | ||||||
|
|
||||||
| ## Release versions | ||||||
|
|
||||||
| We use semantic versioning for releases, based on Open WebUI. As we may release patches and changes to config and | ||||||
| application more often than Open WebUI, we prefix the Open WebUI version with a counter. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ```text | ||||||
| 0.6.43 -> 0.6.43-1 -> 0.6.43-2 -> 0.6.43-3 | ||||||
| 0.7.0 -> 0.7.0-1 | ||||||
| ``` | ||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who's
wehere? Is there a difference betweenweandAarhusAI?