MediaWiki K8s
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| 1.45/edge | 5 | Yesterday |
juju deploy mediawiki-k8s --channel 1.45/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:
-
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.phpmaintenance 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.