appscode/stash-mongodb
Chart version: 4.2.3
Api version: v1
App version: 4.2.3
stash-mongodb - MongoDB database backup and restore plugin for ...
application
Chart Type
Active
Status
Unknown
License
14934
Downloads
https://charts.appscode.com/stable
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install stash-mongodb center/appscode/stash-mongodb
Versions (0)
View all
stash-mongodb
stash-mongodb - MongoDB database backup/restore plugin for Stash by AppsCode.
TL;DR;
helm repo add appscode https://charts.appscode.com/stable/
helm repo update
helm install stash-mongodb-4.2.3 appscode/stash-mongodb -n kube-system --version=4.2.3
Introduction
This chart installs necessary Function
and Task
definition to backup or restore MongoDB database 4.2.3 using Stash.
Prerequisites
- Kubernetes 1.11+
Installing the Chart
- Add AppsCode chart repository to your helm repository list,
helm repo add appscode https://charts.appscode.com/stable/
- Update helm repositories to fetch latest charts from the remove repository,
helm repo update
- Install the chart with the release name
stash-mongodb-4.2.3
run the following command,
helm install stash-mongodb-4.2.3 appscode/stash-mongodb -n kube-system --version=4.2.3
The above commands installs Functions
and Task
crds that are necessary to backup MongoDB database 4.2.3 using Stash.
Uninstalling the Chart
To uninstall/delete the stash-mongodb-4.2.3
run the following command,
helm uninstall stash-mongodb-4.2.3 -n kube-system
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
The following table lists the configurable parameters of the stash-mongodb
chart and their default values.
Parameter | Description | Default |
---|---|---|
docker.registry |
Docker registry used to pull respective images | stashed |
docker.image |
Docker image used to backup/restore MongoDB database | stash-mongodb |
docker.tag |
Tag of the image that is used to backup/restore MongoDB database. This is usually same as the database version it can backup. | 4.2.3 |
backup.mgArgs |
Optional arguments to pass to mongodump command during bakcup process |
|
restore.mgArgs |
Optional arguments to pass to mongorestore command during restore process |
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
For example:
helm install stash-mongodb-4.2.3 appscode/stash-mongodb -n kube-system --set docker.registry=my-registry