From: Julien Cristau Date: Mon, 29 May 2017 18:38:44 +0000 (+0200) Subject: postgres-backup: add git config to look for CA certs X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=9fbcb58ad6d5c6594d516ba66a9abdaee2a989bd postgres-backup: add git config to look for CA certs --- 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