Re: problem with dumpall

From: "Weiping He" <laser(at)zhengmai(dot)com(dot)cn>
To: "RED" <kv(at)red(dot)kht(dot)ru>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: problem with dumpall
Date: 2002-01-10 06:48:57
Message-ID: 00cf01c199a2$fa8841f0$d20101c0@T21laser
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> 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 near 5Gb, so it's a problem.
take a look at:

http://www.postgresql.org/idocs/index.php?backup.html#BACKUP-DUMP-LARGE

or change to some journal filesystem like reiserfs would help.

regards laser

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Timur V. Irmatov 2002-01-10 07:32:34 Re: problem with dumpall
Previous Message Florian Helmberger 2002-01-10 06:13:50 Re: pgdumpall_file is bigger than 2 Gigabyte