Re: pg_dump problem

From: "Tatiana Motova" <t(dot)motova(at)inform-link(dot)co(dot)uk>
To: "Robert Treat" <xzilla(at)users(dot)sourceforge(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_dump problem
Date: 2003-03-28 11:50:36
Message-ID: 004201c2f520$4bdd2d20$0101010a@vaio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Unfortunately not.
pg_dump makes it's work without reporting any errors with -Fc but pg_restore
fails:
pg_restore: [archiver (db)] error returned by PQputline
I could try upgrading to 7.3 but i need to keep the database data anyway.

Tatiana.

----- Original Message -----
From: "Robert Treat" <xzilla(at)users(dot)sourceforge(dot)net>
To: "Tatiana Motova" <t(dot)motova(at)inform-link(dot)co(dot)uk>
Cc: <pgsql-admin(at)postgresql(dot)org>
Sent: Thursday, March 27, 2003 8:13 PM
Subject: Re: [ADMIN] pg_dump problem

> Did the -Fc workaround work? I tried to do a little digging to find out
> the heart of the problem but didn't come up with much. You might want to
> post to -bugs, or better yet try upgrading to 7.3
>
> Robert Treat
>
> On Mon, 2003-03-24 at 14:17, Tatiana Motova wrote:
> > Version 7.2.2, i had same problems when using version 7.1.3 as well.
> >
> > ----- Original Message -----
> > From: "Robert Treat" <xzilla(at)users(dot)sourceforge(dot)net>
> > To: "Tatiana Motova" <t(dot)motova(at)inform-link(dot)co(dot)uk>
> > Cc: <pgsql-admin(at)postgresql(dot)org>
> > Sent: Monday, March 24, 2003 7:11 PM
> > Subject: Re: [ADMIN] pg_dump problem
> >
> >
> > > On Fri, 2003-03-21 at 13:15, Tatiana Motova wrote:
> > > > Hi all,
> > > >
> > > > i have a problem dumping the database containing blobs.
> > > >
> > > > The database has pdf files stored in one of the tables and when
there
> > > > are let say 10 files in it, pg_dump works perfectly, but when about
> > > > 400Mb of files are loaded into db, pg_dump fails with the following
> > > > message:
> > > >
> > > > pg_dump -a -b -Ft -f bdata_030321.tar -v mydb
> > > > ...
> > > > pg_dump: [tar archiver] could not write to tar member (wrote 872,
> > > > attempted 8191)
> > > >
> > > > It's not a matter of available disk space, there's plenty of it.
> > > >
> > >
> > > Haven't seen any other response on this one.... This bug used to exist
> > > in the 7.1.x versions, but I think it was fixed in one of the 7.2.x
> > > releases. Can you post your version info? In the meantime you might be
> > > able to work around it by using the -Fc instead.
> > >
> > > Robert Treat
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ian Barwick 2003-03-28 12:01:16 Re: About sorting rows randomly
Previous Message jeanarthur 2003-03-28 10:39:22 Requests per second ?