X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fpostgres-backup.creole;h=b89751423593096e2439b1567363f0eb4d333d1b;hb=9fbcb58ad6d5c6594d516ba66a9abdaee2a989bd;hp=d6957aa50e09d607fd64f1f587595a2353286009;hpb=1c33e078e83271d90c0877a0f7351871b3c49d4f;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/postgres-backup.creole b/input/howto/postgres-backup.creole index d6957aa..b897514 100644 --- a/input/howto/postgres-backup.creole +++ b/input/howto/postgres-backup.creole @@ -2,7 +2,7 @@ Backing up postgres consists of two main pieces: backing up the WALs (write ahead logs) and regular backups of the base. See -http://www.postgresql.org/docs/9.4/static/continuous-archiving.html +https://www.postgresql.org/docs/9.4/static/continuous-archiving.html == WAL Shipping == @@ -12,7 +12,7 @@ http://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