Skip to main content
The upgrade command checks for and installs the latest version of the Panguard CLI. It handles binary replacement, database migrations, and post-upgrade verification automatically.

Usage

panguard upgrade

What It Does

  1. Checks the current version against the latest release
  2. Downloads the new binary from the official release channel
  3. Verifies the checksum to ensure integrity
  4. Replaces the binary in place
  5. Runs migrations if any data format changes are required
  6. Verifies the upgrade by running a quick self-test

Examples

bash Upgrade to latest version panguard upgrade

Installation

Platform-specific installation instructions.

Changelog

See what changed in each release.

panguard doctor

Run diagnostics after upgrading if you encounter issues.

panguard status

Verify system health after upgrading.