1.0.0-rc.1 · Release Candidate1 min read
Upgrade Procedure
Execute a source-verified AutoCore upgrade with a backup gate, immutable image update, migrations, and verification.
The safe order is:
- Verify the target package, manifest, image compatibility, and supported baseline.
- Run upgrade preflight and acquire the installer lock.
- Create and verify the backup gate.
- Update immutable image references.
- Apply the target database migrations through the release boundary.
- Recreate or restart application services according to the reviewed deployment workflow.
- Verify health, migration alignment, installation status, surfaces, worker, proxy, data preservation, and manifest.
Code
node "$INSTALLER_DIR/dist/index.js" upgrade --config "$CONFIG_FILE" --dry-run --json
Use the non-dry-run command only after all destructive gates are satisfied.
Destructive gate
Database migration and service replacement can change persistent state. Require the verified backup and compatibility decision before mutation.
Verification
Complete the post-upgrade verification page and preserve the result with the target manifest.
Related articles
Supported Upgrade PathsUpgrade only across release baselines proven by the installer, manifest, migration, and rehearsal evidence.Backup Before UpgradeCreate and verify the authoritative-state backup required before an AutoCore upgrade.Upgrade VerificationVerify an AutoCore upgrade beyond process restart or an HTTP 200 response.