From: | Scott Frankel <leknarf(at)pacbell(dot)net> |
---|---|
To: | PostgreSQL List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: pg_restore error |
Date: | 2005-12-02 16:50:17 |
Message-ID: | 16D69B7E-AD61-4B97-ABF4-1712A505E736@pacbell.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Using custom output format instead of tar output (-Fc instead if -Ft)
appears to work without error. My initial tests with the backup db
seem to match the original db.
The compressed output files are also a lot smaller ;)
Note that the problematic tar files were never transfered between
platforms. They are written to a local disk and are accessed
directly from that location.
Thanks for the info!
Scott
On Dec 1, 2005, at 8:02 PM, Tom Lane wrote:
> Scott Frankel <leknarf(at)pacbell(dot)net> writes:
>> Yes, the tar file contains a file called 1765.dat. A `cat` of that
>> file shows nothing more than an empty line (i.e.: a carriage return).
>
>> -rw------- 1 frankel prod 1 Nov 29 11:20 1765.dat
>
>> Extracting the archive, tar reported a "lone zero block." I don't
>> know what this refers to.
>
> Hmm, how big is the tarfile, and would you be willing to send it to
> me?
>
>> I'm happy to either help debug Ft or switch to Fc in my scripts. I
>> was under the impression, though, that Ft was required to backup db's
>> with blobs. I am storing some thumbnail jpg images in my db.
>
> Either -Fc or -Ft can handle blobs ... and actually, in 8.1 the issue
> is gone entirely because plain text pg_dump can too.
>
>> I'd also be interested to know if the pg_restore error is due to my
>> upgrade to postgres 8.1 or macosx 10.4.3.
>
> Your guess is as good as mine at the moment. One thought that
> comes to
> mind --- did you move the tarfile across machines at any point, and if
> so could it have been munged by a Unix/DOS newline conversion?
>
> regards, tom lane
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
From | Date | Subject | |
---|---|---|---|
Next Message | P G | 2005-12-02 17:06:54 | How: single db, multiple users |
Previous Message | Rodrigo Gonzalez | 2005-12-02 16:49:42 | Re: Slow COUNT |