docs/update: add Host OS upgrade section (TCR-877)#187
Open
zztalker wants to merge 1 commit into
Open
Conversation
Documents the new --post-os-upgrade flag in i360deploy.sh and
imav-deploy.sh (script v2.152), which automates recovery after a
host OS upgrade (e.g. Ubuntu 22.04 -> 24.04) leaves the APT repo
.list files pointing at the previous OS version.
Also rewrites the existing stale hint under Production ("release-upgrade
will require manually edit Imunify repositories before enabling them")
into a tip box that cross-references the new section.
Related: TCR-877, DEF-42362, defence360 MR !471.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Title:
docs/update: add Host OS upgrade section (TCR-877)
Body:
Summary
Adds a new Host OS upgrade section to
docs/update/README.mdthat documents the--post-os-upgradeflag ini360deploy.sh/imav-deploy.sh(deploy script v2.152).The flag automates recovery after a host OS upgrade (e.g. Ubuntu 22.04 → 24.04) leaves the Imunify APT repository
.listfiles pointing at the previous OS version — previously customers had to manually edit the repos beforeapt-get updatewould work again.Also rewrites the existing stale hint under Production ("release-upgrade will require manually edit Imunify repositories before enabling them") into a tip box that cross-references the new section.
Related
--post-os-upgrade: https://gitlab.corp.cloudlinux.com/i360-group/defence360/-/merge_requests/471Preview
The new section renders under
/update/#host-os-upgradeon docs.imunify360.com.