Re: Backups

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Backups
Дата
Msg-id 4B8040C6020000250002F42D@gw.wicourts.gov
обсуждение исходный текст
Ответ на Backups  (Nilesh Govindarajan <lists@itech7.com>)
Список pgsql-admin
Nilesh Govindarajan  wrote:

> I can prevent the changes to the database when the
> backup is going on, but how do I grant the permissions ? I don't
> want to key in the password for the superuser in the script.

There are so many ways to deal with that that it's hard to make a
suggestion without knowing more.  You could just use CREATE USER and
GRANT to set things up, you could use trust authentication in the
pg_hba.conf to grant a database superuser permission from a secure
machine, or you could use a pgpass file.  (Check the documentation
for details.)  If I got creative I could probably come up with more,
but I'm shooting in the dark here.

-Kevin

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

Предыдущее
От: Nilesh Govindarajan
Дата:
Сообщение: Re: Backups
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Backups