X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=efee75094852a41bcb2b34f65b669ffdf1f27811;hb=1eb29f24f3f6bcfd081097069f618f63788ba692;hp=aea863d28ffb2756d09d2f97964cb324a36ce725;hpb=938d1b8d9a093fe8a79502217bff9c110ffb701d;p=dak.git 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