Reliable and scrptable backup to Postgresql databases.

Поиск
Список
Период
Сортировка
От Eric Naujock
Тема Reliable and scrptable backup to Postgresql databases.
Дата
Msg-id 20020623T131853Z_E5A300070003@abacusii.com
обсуждение исходный текст
Ответы Re: Reliable and scrptable backup to Postgresql databases.
Re: Reliable and scrptable backup to Postgresql databases.
Список pgsql-novice
I am looking to setup a reliable and automatic way to backup my Postgresql database to a remote server.

What I have tried is to use the PG_Dumpall function to dump the contents of my databases. And then have a remote machine use SMB to back up the files using our backup system. My problem is that pg_dumpall wants a password for the account I want to use to run the backup.

Is there a better way to do this. If my understanding is correct, It would be a bad thing for me to just try to tarball the /pgsql folder when the databases is running. I cannot readily take the database offline to run the backup as it is a key part of running a webserver and some network utilities.

Does anyone have an suggestions on how to do this well. I also have to be able to backup my BLOBS that are in the database.

Thanks in advance.



--------------------------------------------------------------------------------
Eric Naujock CCNA, CCDA, A+, Network +, I-Net +
Abacus II
5610 Monroe St.
Sylvania, Ohio 43560
<http://www.abacusii.com>
E-mail - naujocke@abacusii.com
Phone - 419-885-0082 X 241
Fax : 419-885-2717
AOL IM: erlic
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Opaque not working as documented
Следующее
От: John Nix
Дата:
Сообщение: Re: Reliable and scrptable backup to Postgresql databases.