
WordPress
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 127 | 11 Mar 2025 | |
latest/stable | 13 | 06 Mar 2023 | |
latest/edge | 139 | 03 Apr 2025 | |
latest/edge | 15 | 30 Mar 2023 |
juju deploy wordpress-k8s --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
How to upgrade WordPress charm
Before updating the charm you need to back up the database using
the MySQL charm’s create-backup
action.
juju run mysql/leader create-backup
Additional information can be found about backing up in the MySQL documentation.
Then you can upgrade the WordPress charm:
juju refresh wordpress-k8s
After upgrading the WordPress charm you need to update the database schema:
juju run wordpress-k8s/0 update-database