Errors during dump/restore

Поиск
Список
Период
Сортировка
От Jani Averbach
Тема Errors during dump/restore
Дата
Msg-id Pine.GSO.4.33.0204241550000.18712-100000@tukki.cc.jyu.fi
обсуждение исходный текст
Ответы Re: Errors during dump/restore  (Jani Averbach <jaa@cc.jyu.fi>)
Список 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



В списке pgsql-general по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: postgres throughput .
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Connections per second?