Migration of postgres 7.3 to postgres 7.4 from one server to another server

Поиск
Список
Период
Сортировка
От Leena JAIN
Тема Migration of postgres 7.3 to postgres 7.4 from one server to another server
Дата
Msg-id 007901c53e8c$9112d040$139601ca@dlh.st.com
обсуждение исходный текст
Список pgsql-novice
Hi,

I am trying to migrate postgres 7.3 to postgres 7.4 from one server to another server. I am doing this with following
command.

pg_dumpall –h 123.345.567.xxx | tee dump | psql –v ON_ERROR_STOP= –a template1 2>&1 | tee log

It is giving me following error


pg_dumpall: could not connect to database "template1": FATAL:  No pg_hba.conf entry for host 111.111.222.222, user
postgres,database template1 


Thanks a lot for your help

BR
Leena


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Simple function closes connection to server
Следующее
От: Andy Dunlop
Дата:
Сообщение: Postgres startup