Re: Issues with restoring

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "beer" <beer(at)cmu(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Issues with restoring
Date: 2006-03-27 21:35:28
Message-ID: 17559.1143495328@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"beer" <beer(at)cmu(dot)edu> writes:
> We have a medium sized database that when dumped creates +4G files
> within the tar archive. When we restore it seems that pg_restore has
> a 4G limit for reading files, once it reads 4G of a file, it moves on
> to the next file. Has anyone else experienced this problem?

There is a member size limit inherent to the tar-archive code, although
I thought it was 8G not 4G. I'd recommend using custom format (-Fc not
-Ft).

Still, if the thing is truncating your data and not telling you so,
that'd qualify as a bug.

On some platforms there might be a problem with lack of large-file
support at the stdio level, too. What is your platform?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2006-03-27 21:40:28 Re: [Bulk] General advice on database/web applications
Previous Message Mark Feller 2006-03-27 21:23:28 Re: [Bulk] General advice on database/web applications