wordpress-k8s

WordPress

  • Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 127 11 Mar 2025
Ubuntu 22.04 Ubuntu 20.04
latest/stable 13 06 Mar 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 132 20 Mar 2025
Ubuntu 22.04 Ubuntu 20.04
latest/edge 15 30 Mar 2023
Ubuntu 22.04 Ubuntu 20.04
juju deploy wordpress-k8s
Show information

Platform:

Learn about actions >

  • get-initial-password

    Retrieve auto-generated initial password for accessing WordPress admin account. The password is set once during deployment. If the wordpress-k8s charm is configured with initial_settings parameters containing admin_password, this action has no effect.

  • rotate-wordpress-secrets

    Invalidate user sessions by rotating the following secrets: auth_key, auth_salt, logged_in_key, logged_in_salt, nonce_key, nonce_salt, secure_auth_key, secure_auth_salt. Users will be forced to log in again. This might be useful under security breach circumstances.

  • update-database

    After upgrading WordPress to a new version it is typically necessary to run 'wp core update-db' to migrate the database schema. This action does exactly that.

    Params
    • dry-run boolean

      Runs the 'wp core update-db --dry-run' command.