[SYMPP-OPS] Add a Windows server upgrade command - #684
Merged
Merged
Conversation
Stop the managed backend, upgrade its marketplace, and restart through the installed launcher. Hold the bridge recovery lock during the upgrade and attempt restart even when the upgrade fails. Document usage and cover process identity, dry run, shutdown ordering, restart after failure, and lock cleanup with an isolated lifecycle check. Co-authored-by: Codex <codex@openai.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Keep live bridges supported for same-version backend refreshes. Require sessions closed before version-changing upgrades and remove the unconditional reconnect claim. Co-authored-by: Codex <codex@openai.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.
Context
Updating the installed S++ server currently takes manual shutdown, marketplace upgrade, and startup steps while existing bridges may try to recover the old server.
TL;DR
Add a Windows script that stops S++, upgrades its marketplace, and restarts the installed runtime.
Summary
scripts/upgrade-spp.ps1, with process identity checks and a-WhatIfpreview.Alternatives
Test Plan
-WhatIfpreview; no live restart performed for this PR.git diff --check.