Re: backup: pg_dumpall and full backups in general

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: backup: pg_dumpall and full backups in general
Дата
Msg-id 27561.1006394896@sss.pgh.pa.us
обсуждение исходный текст
Ответ на backup: pg_dumpall and full backups in general  (Dado Feigenblatt <dado@wildbrain.com>)
Список pgsql-general
Dado Feigenblatt <dado@wildbrain.com> writes:
> [ problems with pg_dumpall and password protection ]

Password protection just doesn't play very nicely with dump scripts.
Especially not scripts you'd like to invoke from cron jobs.
I'd strongly recommend setting up a different authorization method.

One way that's reasonably secure is to run an ident server (non-broken
one of course) and enable ident authorization over local loopback only.
Then a simple "export PGHOST=127.0.0.1" frees you from entering any
more passwords.

            regards, tom lane

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Determining which index to create
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Determining which index to create