In-place component update for Linux via Podman


Available in ≥ 3.6.0-funcrel

Overview

This guide provides instructions for running an in-place update to a new release of CAST Imaging installed on Linux via Podman. This process will update the following installed components and retain all existing data (applications, results, etc.):

  • imaging-services
  • imaging-viewer
  • analysis-node
  • dashboards

Supported update paths

  • You can update directly from 3.5.x-funcrel or later to any subsequent release.

Difference from the Docker update

The only difference from the Docker update process is the name of the update script. Where the Docker guide references cast-imaging-update.sh, use instead:

cast-imaging-update-podman.sh

Specifically:

  • Step 3 - Make files executable: run chmod +x cast-imaging-update-podman.sh
  • Step 5 - Run the update (single machine deployment): run ./cast-imaging-update-podman.sh all
  • Step 5 - Run the update (distributed deployment): run ./cast-imaging-update-podman.sh imaging-services / ./cast-imaging-update-podman.sh imaging-viewer / etc.

All other steps are identical.

Update process

See In-place component update for Linux via Docker for the full step-by-step instructions.