Your submission was sent successfully! Close

You have successfully unsubscribed! Close

Thank you for signing up for our newsletter!Close

How to upgrade a Livepatch on-prem deployment

To upgrade the livepatch on-prem deployment, each application needs to be upgraded separately:

$ juju upgrade-charm haproxy
$ juju upgrade-charm postgresql
$ juju upgrade-charm ubuntu-advantage
$ juju upgrade-charm livepatch

After upgrading the livepatch application, a schema upgrade may be required. This will be indicated in the application’s status in juju status. In such a case, run the command:

$ juju run-action livepatch/leader schema-upgrade --wait

Last updated 8 months ago. Help improve this document in the forum.