From 1eb29f24f3f6bcfd081097069f618f63788ba692 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 3 Jul 2010 20:28:21 +0200 Subject: [PATCH] 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 --- config/debian/dinstall.functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5