-
Notifications
You must be signed in to change notification settings - Fork 1
Wpb 26240 #122
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
Wpb 26240 #122
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b0ef7ae
remove unnecessary section.
julialongtin 4c4727f
minor cleanups. capitalize Wire.
julialongtin 70d2655
add entries for 5.30 and 5.32
julialongtin 053102f
add a dropdown entry
julialongtin 1795961
Apply suggestion from @julialongtin
julialongtin f1813b2
add to yet another place.
julialongtin 99c4a85
Merge remote-tracking branch 'refs/remotes/github/WPB-26240' into WPB…
julialongtin 7f0682f
fix typo.
julialongtin 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
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
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
37 changes: 37 additions & 0 deletions
37
src/how-to/upgrade/config-references/wire-server-5.32.0.md
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,37 @@ | ||
| # Wire-Server `5.32.0` release | ||
|
|
||
| For details, see the [release changelog](https://github.com/wireapp/wire-server/releases) on the wire-server repo. | ||
|
|
||
| Artifact: | ||
| [`wire-server-deploy-static-682349dc9df15ca1db6dd1e93d3c4a02d9152502.tgz`](https://s3-eu-west-1.amazonaws.com/public.wire.com/artifacts/wire-server-deploy-static-682349dc9df15ca1db6dd1e93d3c4a02d9152502.tgz) | ||
|
|
||
| ## Heads up | ||
|
|
||
| Coming from `5.30.0`. In practice most deploys will be coming from `5.30` because `5.31` is broken and gets skipped. The changes below cover both paths. | ||
|
|
||
| No known bugs at this release. | ||
|
|
||
| ## What must change | ||
|
|
||
| No changes are required for this release. | ||
|
|
||
| ## Recommended cleanup (not strictly required) | ||
|
|
||
| postgresMigration now has a single source of truth in the Galley chart values. Galley, Brig, and background-worker all read their PostgreSQL migration settings from there. | ||
|
|
||
| The duplicates to drop: | ||
|
|
||
| * `background-worker.config.postgresMigration` | ||
| * `brig.config.postgresMigration` | ||
|
|
||
| ## For users of the full wire-server-deploy-static deployment package | ||
|
|
||
| NOTE: Each upgrade in this series re-runs `setup-offline-sources`, which copies the new release's binaries, container images, and debs into `/opt/assets` on the assethost. After a few versions, the assethost runs out of space and the playbook fails with `no space left on device`. | ||
|
|
||
| When that happens, SSH into the **assethost** (not the adminhost) and clear it: | ||
|
|
||
| ```bash | ||
| sudo rm -rvf /opt/assets | ||
| ``` | ||
|
|
||
| Then re-run `setup-offline-sources` from the adminhost. |
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
Oops, something went wrong.
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.