mediawiki-k8s

MediaWiki K8s

Channel Revision Published Runs on
1.45/edge 5 Yesterday
Ubuntu 24.04
juju deploy mediawiki-k8s --channel 1.45/edge
Show information

Platform:

Learn about actions >

  • rotate-mediawiki-secrets

    Rotate the MediaWiki secrets generated and managed by the charm. Must be run on the leader unit. Managed secrets include: $wgSecretKey, $wgSessionSecret

  • rotate-root-credentials

    Rotate the MediaWiki root bureaucrat user credentials and return the new credentials. This user is only in the bureaucrat group and should only be used to assign permissions to real users, not for regular use.

  • update-database

    Request an update to the MediaWiki database schema using the update.php maintenance script. This may be required after upgrading MediaWiki or installing extensions that modify the database schema. The charm will asynchronously request all units to enter a read-only mode before performing the database update to ensure data consistency. It is highly recommended to back up your database before running this action.