This is a small dockerfile and helm chart to perform backups for MediaWiki installed in Kubernetes.
See the readme in the chart folder for more details.
$ helm repo add mediawiki-backup https://fernferret.github.io/mediawiki-backup
$ helm install my-release mediawiki-backup/mediawiki-backup
If you want to build the chart documentation, you'll need a copy of
helm-docs
.
To build your own copy of the container just run:
make container
To build the chart locally, just run:
make chart