fix(backup): aguardar pg_isready + pipefail (corrige race do netpol em pod novo)
This commit is contained in:
@@ -38,7 +38,9 @@ spec:
|
|||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
set -e
|
set -eo pipefail
|
||||||
|
echo "aguardando postgres ficar acessivel..."
|
||||||
|
for i in $(seq 1 30); do pg_isready -h postgres -U atm -t 3 >/dev/null 2>&1 && break; sleep 2; done
|
||||||
TS=$(date +%Y%m%d-%H%M%S)
|
TS=$(date +%Y%m%d-%H%M%S)
|
||||||
for DB in athleticmap keycloak; do
|
for DB in athleticmap keycloak; do
|
||||||
echo "dump $DB ..."
|
echo "dump $DB ..."
|
||||||
|
|||||||
@@ -38,7 +38,9 @@ spec:
|
|||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
set -e
|
set -eo pipefail
|
||||||
|
echo "aguardando postgres ficar acessivel..."
|
||||||
|
for i in $(seq 1 30); do pg_isready -h postgres -U atm -t 3 >/dev/null 2>&1 && break; sleep 2; done
|
||||||
TS=$(date +%Y%m%d-%H%M%S)
|
TS=$(date +%Y%m%d-%H%M%S)
|
||||||
for DB in athleticmap keycloak; do
|
for DB in athleticmap keycloak; do
|
||||||
echo "dump $DB ..."
|
echo "dump $DB ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user