diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-15 13:05:21 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-15 13:05:21 +0200 |
commit | 3135c385054ebd4955c992a1c616eb20c97e0683 (patch) | |
tree | d00beb6d09f3f7857a1c5f960423e04ea5befa6f /app/postgres/deploy | |
parent | 87303033d115c1f4da67433c5adc01577311f4c3 (diff) | |
download | infrastructure-3135c385054ebd4955c992a1c616eb20c97e0683.tar.gz infrastructure-3135c385054ebd4955c992a1c616eb20c97e0683.zip |
Upgrade stolon
Diffstat (limited to 'app/postgres/deploy')
-rw-r--r-- | app/postgres/deploy/postgres.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/postgres/deploy/postgres.hcl b/app/postgres/deploy/postgres.hcl index 6173cd6..5ce68a4 100644 --- a/app/postgres/deploy/postgres.hcl +++ b/app/postgres/deploy/postgres.hcl @@ -20,7 +20,7 @@ job "postgres9.6" { driver = "docker" config { - image = "superboum/amd64_postgres:v4" + image = "superboum/amd64_postgres:v5" network_mode = "host" readonly_rootfs = false command = "/usr/local/bin/stolon-sentinel" @@ -39,7 +39,7 @@ job "postgres9.6" { driver = "docker" config { - image = "superboum/amd64_postgres:v4" + image = "superboum/amd64_postgres:v5" network_mode = "host" readonly_rootfs = false command = "/usr/local/bin/stolon-proxy" @@ -81,7 +81,7 @@ job "postgres9.6" { driver = "docker" config { - image = "superboum/amd64_postgres:v4" + image = "superboum/amd64_postgres:v5" network_mode = "host" readonly_rootfs = false command = "/usr/local/bin/stolon-keeper" |