upgrade (Beta)
This topic describes the options available with the Embedded Cluster upgrade command. For procedural steps, see Perform updates in embedded clusters.
Usage
sudo ./<app-slug> upgrade --license <path-to-license> [flags]
Flags
| Flag | Type | Description |
|---|---|---|
--config-values | string | Path to the ConfigValues file for headless upgrades. |
--force-skip-ha-migration-check | Skip checks related to high availability (HA) migration. Use with caution. | |
--headless | Run the upgrade without the interactive installer UI. | |
--hostname | string | Hostname to use for this node. |
--ignore-app-preflights | Skip application preflight checks. | |
--ignore-host-preflights | Skip Embedded Cluster host preflight checks. | |
--installer-password | string | Password for the installer UI. |
--installer-port | int | Port for the installer UI. Default: 30080 |
-l, --license | string | Path to the license file. |
--tls-cert | string | Path to a TLS certificate file for the installer. |
--tls-key | string | Path to a TLS private key file for the installer. |
-y, --yes | Assume yes to prompts. | |
-h, --help | Help for upgrade. |