From 9fbcb58ad6d5c6594d516ba66a9abdaee2a989bd Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 29 May 2017 20:38:44 +0200 Subject: [PATCH] postgres-backup: add git config to look for CA certs --- input/howto/postgres-backup.creole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/howto/postgres-backup.creole b/input/howto/postgres-backup.creole index 23be181..b897514 100644 --- a/input/howto/postgres-backup.creole +++ b/input/howto/postgres-backup.creole @@ -12,7 +12,7 @@ https://www.postgresql.org/docs/9.4/static/continuous-archiving.html }}} * clone dsa-misc: {{{ - cd /usr/local && git clone https://db.debian.org/git/dsa-misc.git && + cd /usr/local && git -c http.sslCAInfo=/etc/ssl/ca-debian/ca-certificates.crt clone https://db.debian.org/git/dsa-misc.git && cd bin && ln -s ../dsa-misc/scripts/pg-backup/pg* . }}} * Add these to /etc/postgresql/9.1/main/postgresql.conf -- 2.20.1