changed, because this did not work
authoridfx <idfx>
Fri, 5 Oct 2001 14:31:11 +0000 (14:31 +0000)
committeridfx <idfx>
Fri, 5 Oct 2001 14:31:11 +0000 (14:31 +0000)
doc/MAINTENANCE

index 2055a83..0b1d2d3 100755 (executable)
@@ -1,5 +1,8 @@
 To dump mir database <dbname>:
+       pg_dumplo -a -d <dbname> -s /dumpdir/dir
+       pg_dump -c -D -f /dumpdir/<dbname>.sql <dbname>
+this generates a dir with all blobs and a sql-file with all data.
 
-       pg_dump -b -o -F t <dbname> > mir_dump.tar
-
-This generates a tar file including blobs as data.
\ No newline at end of file
+To restore the database:
+       psql <dbname> < <dbname>.sql
+       pgdump_lo -i -d <dbname> -s /dumpdir/dir