| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера