[session 1] docs(technical.agent): correct UPDATE_AGENT auto-restart note (4.5.x) #49
Reference in New Issue
Block a user
Delete Branch "fix/agent-update-restart-note"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Session: 1
Corrects a stale claim in the technical.agent Gotchas tab. The REBOOT section said
UPDATE_AGENTswaps the JAR but does not auto-restart the JVM and needs a follow-upRESTART_AGENT.That is wrong for agent 4.5.x.
UPDATE_AGENTauto-restarts the agent process and activates the new code (UPDATE -> Restarting). Proven fleet-wide 2026-07-21 across 246 ATMs and on the BP000101 pilot (a post-update REBOOT executed the 4.5.1 code path - it would have failed atgoOutOfService=-1if the code were not live).RESTART_AGENTis only needed to bounce the agent without updating.Also clarifies the restart is the agent process, not an ATM reboot (so fleet-wide UPDATE_AGENT is non-customer-impacting), and that
agentVersionalone does not prove running code. Matches the corrected memory note from this session.Docs-only, single tab.