Обсуждение: BackUp

Поиск
Список
Период
Сортировка

BackUp

От
"Daniel"
Дата:
Hi All..
          Is there a way to do auto database bacl up in "PostgreSQL".
Please Reply..
Thanks,
Daniel


Re: BackUp

От
Chris
Дата:
Daniel wrote:
> Hi All..
>           Is there a way to do auto database bacl up in "PostgreSQL".
> Please Reply..

There are different ways, the most common is to do a pg_dump /
pg_dumpall once a night via cron.

http://www.postgresql.org/docs/8.1/static/backup.html

--
Postgresql & php tutorials
http://www.designmagick.com/