You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[stash-mongodb](https://github.com/stashed/stash-mongodb) - MongoDB database backup/restore plugin for [Stash by AppsCode](https://appscode.com/products/stash/).
3
+
[stash-mongodb](https://github.com/stashed/mongodb) - MongoDB database backup/restore plugin for [Stash by AppsCode](https://stash.run)
This chart installs necessary `Function` and `Task` definition to backup or restore MongoDB database 4.1.7 using Stash.
15
+
This chart deploys necessary `Function` and `Task` definition to backup or restore MongoDB database 4.1.7 using Stash on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
16
16
17
17
## Prerequisites
18
18
19
19
- Kubernetes 1.11+
20
20
21
21
## Installing the Chart
22
22
23
-
- Add AppsCode chart repository to your helm repository list,
23
+
To install the chart with the release name `stash-mongodb-4.1.7`:
- Update helm repositories to fetch latest charts from the remove repository,
29
+
The command deploys necessary `Function` and `Task` definition to backup or restore MongoDB database 4.1.7 using Stash on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
30
30
31
-
```console
32
-
helm repo update
33
-
```
34
-
35
-
- Install the chart with the release name `stash-mongodb-4.1.7` run the following command,
| image.registry | Docker registry used to pull MongoDB addon image |`stashed`|
52
+
| image.repository | Docker image used to backup/restore MongoDB database |`stash-mongodb`|
53
+
| image.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.1.7"`|
54
+
| backup.args | Arguments to pass to `mongodump` command during bakcup process |`""`|
55
+
| restore.args | Arguments to pass to `mongorestore` command during restore process |`""`|
56
+
| maxConcurrency | Maximum concurrency to perform backup or restore tasks |`3`|
57
+
58
+
59
+
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:
64
60
65
-
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
0 commit comments