Re: How do I set up automatic backups?

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: How do I set up automatic backups?
Дата
Msg-id 20080730080110.GB28471@depesz.com
обсуждение исходный текст
Ответ на How do I set up automatic backups?  ("Rob Richardson" <Rob.Richardson@rad-con.com>)
Список pgsql-general
On Tue, Jul 29, 2008 at 04:24:08PM -0400, Rob Richardson wrote:
> him.  The only answers I've found on the Internet involve creating a
> password-less account and using that to run pg_dump.  What is the
> official best way to automatically back up a PostGres database?

using pg_dump - yes.
making it's account passwordless - not necessarily.
you can use various methods of getting access to database without
password. you can use "ident sameuser" authentication method in
pg_hba.conf. you can use pgpass file, use can use PGPASSWORD environment
variable. there are also another ways, but these look the best for me.

depesz

--
Linked in: http://www.linkedin.com/in/depesz
jid/gtalk: depesz@depesz.com
aim:       depeszhdl
skype:     depesz_hdl

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

Предыдущее
От: Tomasz Ostrowski
Дата:
Сообщение: Re: How do I set up automatic backups?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: How do I set up automatic backups?