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
The command deploys necessary `Function` and `Task` definition to backup or restore PostgreSQL 11.2 using Stash on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -32,10 +32,10 @@ The command deploys necessary `Function` and `Task` definition to backup or rest
32
32
33
33
## Uninstalling the Chart
34
34
35
-
To uninstall/delete the `stash-postgres-11.9.0`:
35
+
To uninstall/delete the `stash-postgres-11.9.0-v1`:
| image.registry | Docker registry used to pull Postgres addon image |`stashed`|
52
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. |`11.9.0`|
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. |`11.9.0-v1`|
54
54
| backup.cmd | Postgres dump command, can either be: pg_dumpall or pg_dump |`"pg_dumpall"`|
55
55
| backup.args | Arguments to pass to `backup.cmd` command during backup process |`""`|
56
56
| restore.args | Arguments to pass to `psql` command during restore process |`""`|
@@ -60,12 +60,12 @@ The following table lists the configurable parameters of the `stash-postgres` ch
60
60
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:
0 commit comments