Skip to main content

Prepare and back up before an upgrade

An upgrade changes binaries and may require database or installed-data updates. Treat the release-specific upgrade instructions as authoritative; this page defines the minimum evidence and recoverability checks around them.

Readiness checks

  1. Identify the installed version, bitness, service names, connection key and test/production topology.
  2. Obtain the approved release package, checksum and release-specific database/update instructions.
  3. Review unresolved Flow, Transport and service work. Wait for safe completion or record the deliberate handling decision.
  4. Confirm maintenance timing, service-account availability, database administrator support and a tested rollback owner.
  5. Verify sufficient disk/database space and access to the previous working package.

Back up recoverable state

StateMinimum captureRestore check
VxConfig and active VX_LOG* persistenceConsistent database backup using the database platform's approved methodRestore to an isolated target and confirm schema/content can be opened
VxDataConsistent backup coordinated with the integration/portal workloadValidate representative transaction data and constraints
C:\ProgramData\Velox\Config\Secure copy including Connections.json; protect encrypted/secret-bearing contentConfirm exact file names, timestamps and access controls
Certificates, schemas, scripts, templates and required runtime assetsSecure copy of environment-owned assetsVerify file count/hash and service-account readability
Service definitionsService identity, startup type, image path and parameters without exposing the passwordConfirm the previous command line and connection/environment selection can be restored
Current binariesApproved previous release package or immutable installation snapshotConfirm checksum and recovery location

:::warning Database and file copies must represent one recoverable point Do not assume a folder copy alone can roll back database schema or configuration changes. Coordinate application, database and runtime-file state and document the restoration order. :::

Go/no-go evidence

Proceed only when backups are complete and test-restorable, the release path is approved, current processing is controlled and the rollback decision point is recorded. Continue with the upgrade procedure.