Upgrading a containerized MID Server via the instance fails.Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } When attempting to upgrade a containerized MID Server from a record within the instance, the logs like below are recorded and the upgrade fails. 2025-10-16T00:00:00.166+0000 INFO (Worker-Interactive:SystemCommand-2ea4247e3b64b6d0d16067d643e45a8c) [Instance:948] Running system command: upgradeNow 2025-10-16T00:00:00.217+0000 INFO (Worker-Interactive:SystemCommand-2ea4247e3b64b6d0d16067d643e45a8c) [UpgradeMidCommandHandler:35] Attempting to handle upgrade MID system command. 2025-10-16T00:00:00.381+0000 INFO (Worker-Interactive:SystemCommand-2ea4247e3b64b6d0d16067d643e45a8c) [Packages:319] Jre version: 17.0.10-sncmid1 2025-10-16T00:00:00.457+0000 INFO (Worker-Interactive:SystemCommand-2ea4247e3b64b6d0d16067d643e45a8c) [Packages:124] Packages refreshed. 2025-10-16T00:00:00.458+0000 INFO (Worker-Interactive:SystemCommand-2ea4247e3b64b6d0d16067d643e45a8c) [AutoUpgrade:238] Checking to see if MID server needs to upgrade. 2025-10-16T00:00:00.458+0000 INFO (Worker-Interactive:SystemCommand-2ea4247e3b64b6d0d16067d643e45a8c) [AutoUpgrade:247] AutoUpgrade is disabled for the containerized MID Server 2025-10-16T00:00:00.461+0000 INFO (Worker-Interactive:SystemCommand-2ea4247e3b64b6d0d16067d643e45a8c) [ECCSender:219] Enqueuing: /opt/servicenow/mid/agent/work/monitors/ECCSender/output_0/ecc_queue.2ea4247e3b64b6d0d16067d643e45a8c.xml 2025-10-16T00:00:00.462+0000 INFO (Worker-Interactive:SystemCommand-2ea4247e3b64b6d0d16067d643e45a8c) [AWorker:145] Worker completed: SystemCommand source: upgradeNow time: 0:00:00.292 2025-10-16T00:00:00.901+0000 INFO (ECCSender.1) [ECCSenderCache:421] Sending ecc_queue.2ea4247e3b64b6d0d16067d643e45a8c.xml Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } All Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } The parameter "mid.container.autoupgrade.enabled" is set to true in config.xml.When this setting is enabled, upgrading from the instance record is not possible.Please rebuild the container that includes the new version of the MID Server.