[EMAIL PROTECTED] (Srinivasa Rao Chava) writes:
> Hi I have installed postgresql 7.2. I took the backup with pg_dumpall
> in postgresql7.1.3 and I tried to restore it in postgresql7.2 with the
> following command.
I think the thing you need to fix is:
> psql:pgbackups:80: ERROR: stat failed on
Hi I have installed postgresql 7.2. I took the backup with pg_dumpall
in postgresql7.1.3 and I tried to restore it in postgresql7.2 with the
following command.
psql -d template1 -f pgbackups.
it is not restoring anything except creating databases, users, but no
objects.
Below is the full text of