From: Joerg Jaspert Date: Sat, 3 Jul 2010 18:28:21 +0000 (+0200) Subject: Unfortunately DSA doesnt give us all rights anymore for no good reason to do a sane... X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=1eb29f24f3f6bcfd081097069f618f63788ba692;p=dak.git Unfortunately DSA doesnt give us all rights anymore for no good reason to do a sane backup, including our roles, so deactivate that part. :( Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index aea863d2..efee7509 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -46,9 +46,9 @@ function pgdump_post() { cd $base/backup POSTDUMP=$(date +%Y.%m.%d-%H:%M:%S) pg_dump projectb > $base/backup/dump_$POSTDUMP - pg_dumpall --globals-only > $base/backup/dumpall_$POSTDUMP + #pg_dumpall --globals-only > $base/backup/dumpall_$POSTDUMP ln -sf $base/backup/dump_$POSTDUMP current - ln -sf $base/backup/dumpall_$POSTDUMP currentall + #ln -sf $base/backup/dumpall_$POSTDUMP currentall } # Load the dak-dev projectb