From a758c3e5d58f41667b5831f046cac0eb343471c9 Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Thu, 26 Aug 2021 17:45:16 +0200 Subject: [PATCH] Fixes dump command. --- hedgedoc/other-manifests/dump-standard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hedgedoc/other-manifests/dump-standard.yml b/hedgedoc/other-manifests/dump-standard.yml index 49c5ca3..7487eaa 100644 --- a/hedgedoc/other-manifests/dump-standard.yml +++ b/hedgedoc/other-manifests/dump-standard.yml @@ -25,7 +25,7 @@ spec: - -c args: - psql -h ${FQDN}-postgresql -p 5432 -U codimd -c "\l"; - - pg_dump -h ${FQDN}-postgresql -p 5432 -U codimd -Fc codimd | pigz | aws s3 cp - s3://${NS}-dumps/migrations/$(date +%m-%d-%Y).sql.gz --endpoint-url=https://minio.k7.indie.host --region=default + pg_dump -h ${FQDN}-postgresql -p 5432 -U codimd -Fc codimd | pigz | aws s3 cp - s3://${NS}-dumps/migrations/$(date +%m-%d-%Y).sql.gz --endpoint-url=https://minio.k7.indie.host --region=default env: - name: PGPASSWORD valueFrom: -- GitLab