Re: [ADMIN] problem with dumpall

2002-01-09 Thread Timur V. Irmatov
Hi! >> 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 WH>^^^ WH> I think ext2 can't support file larger then 2G,

Re: [ADMIN] problem with dumpall

2002-01-09 Thread Weiping He
> 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 ^^^ I think ext2 can't support file larger then 2G, and your DB may be

Re: [ADMIN] problem with dumpall

2002-01-09 Thread Bruce Momjian
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