Complete release upgrade and operator controls
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-18 02:52:28 +02:00
parent 851d0ef109
commit 05a2c372b7
8 changed files with 229 additions and 0 deletions
+9
View File
@@ -262,6 +262,15 @@ temporary directory:
bash scripts/verify_release_fresh_install.sh geointel-all-in-one:latest
```
Verify an upgrade against an isolated restore of a checksum-verified backup.
The generated temporary database is removed even when the check fails:
```bash
bash scripts/verify_release_upgrade_smoke.sh \
--backup-dir /mnt/user/appdata/geointel/backups/<verified-backup> \
--confirm-isolated-upgrade
```
Return to the image that was active immediately before the latest deployment:
```bash