WIP: feat(upgrade): in-place Debian 12 to 13 relay upgrades - #45
Draft
j4n wants to merge 3 commits into
Draft
Conversation
j4n
force-pushed
the
j4n/debian-upgrade
branch
5 times, most recently
from
August 12, 2026 07:04
81a74ef to
af34672
Compare
j4n
force-pushed
the
j4n/nightly-matrix
branch
from
August 12, 2026 07:04
8be4379 to
51d7475
Compare
.github/workflows/nightly.yml: - Scheduled at 02:17 UTC daily (also workflow_dispatch for manual runs). - based on reusable workflow
j4n
force-pushed
the
j4n/nightly-matrix
branch
from
August 13, 2026 14:53
51d7475 to
97613b0
Compare
start_cmd wrote ssh-config immediately after ct.start(), which returns before DHCP hands out a lease; match the other start() paths that pair it with wait_ready().
Adds a driver-agnostic verb on RelayContainer plus a nightly scenario that upgrades, redeploys, reboots and runs cmdeploy to redeploy the correct dovecot version. Named dist-upgrade after apt, so it reads as a Debian release upgrade rather than a relay-release one. Needs relay#1002 for Trixie dovecot; switch --source to @main once merged.
j4n
force-pushed
the
j4n/debian-upgrade
branch
from
August 13, 2026 14:58
af34672 to
9451f90
Compare
j4n
force-pushed
the
j4n/nightly-matrix
branch
14 times, most recently
from
August 21, 2026 14:24
95c2e14 to
4447890
Compare
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.
Adds a
cmlxc dist-upgradecommand that upgrades a Debian 12 container to 13, redeploys, reboots and runs cmdeploy to redeploy the correct dovecot version, along with a nightly workflow to run it.Needs relay#1002 for Trixie dovecot; switch --source to @main once merged.
One fix commit to wait after start(), one temporary commit to only run this check while in draft mode.
This a draft until we decide to pursue supporting Debian 13.