Re: backup using cron

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: backup using cron
Дата
Msg-id 20040706203905.GA6396@wolff.to
обсуждение исходный текст
Ответ на backup using cron  (Robert Fitzpatrick <robert@webtent.com>)
Список pgsql-general
On Tue, Jul 06, 2004 at 13:41:15 -0400,
  Robert Fitzpatrick <robert@webtent.com> wrote:
>
> Is there a way to automate backup (perhaps using cron)? Of course, I am
> having problems when requiring passwords. I do not want to provide
> passwordless access via pg_hba.conf, then anyone could see the database
> if they know the user name, correct? I am running version 7.4.3.

If you are using ident authentication then you can restrict usage of
various postgres usernames to various system usernames. For example
you could allow the system user root to connect as the postgres user
postgres, but not let anyone connect as postgres.

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

Предыдущее
От: Chris Browne
Дата:
Сообщение: Re: postgresql +AMD64 +big address spaces - does it work?
Следующее
От: Christopher Petrilli
Дата:
Сообщение: Re: Do we need more emphasis on backup?