From: | Jani Averbach <jaa(at)cc(dot)jyu(dot)fi> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Errors during dump/restore |
Date: | 2002-04-24 13:02:49 |
Message-ID: | Pine.GSO.4.33.0204241550000.18712-100000@tukki.cc.jyu.fi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi!
We just upgrade our database system to the pgsql 7.2.1.
During dump/restore cycle there has following errors.
The dump command was
pg_dumpall -o > outputfile
and restore
psql -d template1 -f outputfile
just like told by install.
Any ideas? Database however is just fine, and there isn't any futher
errors.
btw: These same errors could be generated by dumping just one database,
and restoring it to other name.
BR, Jani
---------- Forwarded message ----------
psql:/srv/db/pgsql_v7.1.2.data:72402: ERROR: relation "pgadmin_databases"
not found
psql:/srv/db/pgsql_v7.1.2.data:72403: ERROR: relation "pgadmin_databases"
not found
psql:/srv/db/pgsql_v7.1.2.data:72404: ERROR: relation "pgadmin_databases"
not found
CREATE
psql:/srv/db/pgsql_v7.1.2.data:72420: ERROR: relation "pgadmin_checks"
not found
psql:/srv/db/pgsql_v7.1.2.data:72421: ERROR: relation "pgadmin_checks"
not found
psql:/srv/db/pgsql_v7.1.2.data:72422: ERROR: relation "pgadmin_checks"
not found
psql:/srv/db/pgsql_v7.1.2.data:72430: ERROR: No such attribute or
function 'oid'
psql:/srv/db/pgsql_v7.1.2.data:72438: ERROR: relation "pgadmin_functions"
not found
...
--
Jani Averbach
From | Date | Subject | |
---|---|---|---|
Next Message | M.L.Bowman | 2002-04-24 13:20:52 | User privileges |
Previous Message | Dima Tkach | 2002-04-24 12:40:15 | Re: Bug or syntax error in my update query with a FROM statement ? |