RED wrote: > Hi ! > I have small problem > amount size all databases ~5Gb > I make dumpall >dumpfile > when size dumpfile = 1024 dumpall print error and exit ! > Linux Slackware7.2 ext2 2.4.17 gcc2.95 > file size in bash - unlimit
Try: pg_dumpall | gzip >dumpfile pg_dump and hence pg_dumpall also has compression option flags. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])