Justin Georgeson <jgeorgeson(at)unboundtech(dot)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