Re: pg_dumpall doesn't work - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_dumpall doesn't work
Date
Msg-id 28985.1039812229@sss.pgh.pa.us
Whole thread Raw
In response to pg_dumpall doesn't work  (Justin Georgeson <jgeorgeson@unboundtech.com>)
Responses Re: pg_dumpall doesn't work  (Justin Georgeson <jgeorgeson@unboundtech.com>)
List pgsql-admin
Justin Georgeson <jgeorgeson@unboundtech.com> writes:
> This is what I get when I do a pg_dumpall. I have *no* idea what to do
> here.

It's a lot easier to do pg_dumpall if you are not using password
authentication.  Consider downgrading your pg_hba setting to "trust" for
local connections while you do the dump.  (In 7.2 you could perhaps use
ident, or at least secure the socket with filesystem access restrictions.)

> I'm trying to migrate from 7.0.3 to 7.2.1,

*Please* make that 7.2.3 not 7.2.1.

            regards, tom lane

pgsql-admin by date:

Previous
From: Justin Georgeson
Date:
Subject: pg_dumpall doesn't work
Next
From: Justin Georgeson
Date:
Subject: Re: pg_dumpall doesn't work