Skip to content

Commit

Permalink
chore(anonymizer): use sslmode
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Jul 11, 2024
1 parent 101dc1b commit 4783981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ jobs-restore-anonymous-prod:
echo "Restoring $last_dir"
aws s3 cp --recursive s3://$root_path/$last_dir /tmp/dump/$last_dir
export PGSSLMODE=disable
pg_restore -h postgresql-77eca822-od41f3361.database.cloud.ovh.net -p 20184 --clean --if-exists --no-owner --role=$PGUSERAPP --no-acl --verbose /tmp/dump/$last_dir --dbname defaultdb
pg_restore -h postgresql-77eca822-od41f3361.database.cloud.ovh.net -p 20184 --clean --if-exists --no-owner --role=$PGUSERAPP --no-acl --verbose /tmp/dump/$last_dir --dbname defaultdb --sslmode=require

0 comments on commit 4783981

Please sign in to comment.