alpacon server upgrade

This command upgrades the operating system packages of a specified server through its agent. By default it asks for confirmation before proceeding. If the server has active user work (an open Websh or WebFTP session, or an in-flight command), the upgrade is refused unless you pass --force.

alpacon server upgrade SERVER [flags]

Options

  -y, --yes     Skip confirmation prompt
      --force   Override the busy guard even when the server has active user work
  -h, --help    help for upgrade

Examples

Upgrade a server by name:

alpacon server upgrade my-server

Skip the confirmation prompt:

alpacon server upgrade my-server -y

Upgrade even when the server has active user work:

alpacon server upgrade my-server --force

Once the request is accepted, run alpacon events to monitor progress.

Last updated: