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-postgres](https://github.com/stashed/stash-postgres) - PostgreSQL database backup/restore plugin for [Stash by AppsCode](https://appscode.com/products/stash/).
3
+
[stash-postgres](https://github.com/stashed/postgres) - PostgreSQL database backup/restore plugin for [Stash by AppsCode](https://stash.run)
This chart installs necessary `Function` and `Task` definition to backup or restore PostgreSQL database 9.6 using Stash.
15
+
This chart deploys necessary `Function` and `Task` definition to backup or restore PostgreSQL database 9.6 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-postgres-9.6`:
- Update helm repositories to fetch latest charts from the remove repository,
29
+
The command deploys necessary `Function` and `Task` definition to backup or restore PostgreSQL database 9.6 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-postgres-9.6` run the following command,
|`docker.registry`| Docker registry used to pull respective images |`stashed`|
60
-
|`docker.image`| Docker image used to backup/restore PosegreSQL database |`stash-postgres`|
61
-
|`docker.tag`| Tag of the image that is used to backup/restore PostgreSQL database. This is usually same as the database version it can backup. |`9.6`|
62
-
|`backup.args`| Optional arguments to pass to `pgdump` command during bakcup process ||
63
-
|`restore.args`| Optional arguments to pass to `psql` command during restore process ||
| image.registry | Docker registry used to pull Postgres addon image |`stashed`|
52
+
| image.repository | Docker image used to backup/restore PosegreSQL database |`stash-postgres`|
53
+
| image.tag | Tag of the image that is used to backup/restore PostgreSQL database. This is usually same as the database version it can backup. |`"9.6"`|
54
+
| backup.args | Arguments to pass to `pgdump` command during bakcup process |`""`|
55
+
| restore.args | Arguments to pass to `psql` command during restore process |`""`|
56
+
57
+
58
+
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:
64
59
65
-
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
0 commit comments