ReferenceCLISystem
System Upgrade
System Upgrade CLI command reference
goodmem system upgrade
Upgrade a GoodMem server instance to the latest version
Synopsis
Upgrade a GoodMem server instance by pulling and verifying the latest Docker image, then recreating containers. Data volumes are preserved.
Before upgrading the server, the CLI version is checked to ensure it is up to date. If a newer CLI is available, you must run 'goodmem upgrade' first.
By default, upgrades the current profile's server instance.
goodmem system upgrade [flags]Examples
# Upgrade the current profile's server
goodmem system upgrade
# Upgrade a specific profile
goodmem system upgrade --profile-name my-devOptions
-h, --help help for upgrade
--image string Docker image to upgrade to (defaults to the currently installed image)
--profile-name string Profile to upgrade (defaults to current profile)
--skip-cli-check Skip the CLI version check before upgrading
--skip-verify Skip cosign image signature verificationOptions inherited from parent commands
--api-key string API key for authentication (can also be set via GOODMEM_API_KEY environment variable)
--server string GoodMem server address (gRPC API)SEE ALSO
- goodmem system - System-level operations and administration