Re: pg_dump on remote machine

Поиск
Список
Период
Сортировка
От Thomas Kaminski
Тема Re: pg_dump on remote machine
Дата
Msg-id 1112970047.31501.21.camel@anton.knut.univention.de
обсуждение исходный текст
Ответ на pg_dump on remote machine  ("Askar Zaidi" <askar@mail.nplindia.ernet.in>)
Ответы Re: pg_dump on remote machine  (Thomas Kaminski <kaminski@univention.de>)
Список pgsql-admin
Hello,

> Iam trying to take a dump of my DB from one machine to another in
this
> fashion:
>
> on the secondary database:
>
> pg_dump -b -h 172.16.1.20 (dbname) > /tmp/dump.dump

Can you get connect with
psql -h 172.16.1.20 (dbname)


I think, you /etc/pg_hba.conf must be configured to grant this access.
And don't forget to reload the postmaster after this.

Look in the log of postgresql.

Bye Thomas



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

Предыдущее
От: Brad Nicholson
Дата:
Сообщение: Re: pg_dump on remote machine
Следующее
От: "David A. Leedom"
Дата:
Сообщение: Automatic Backups