BackUp

Started by Danielalmost 20 years ago2 messagesgeneral
Jump to latest
#1Daniel
DFelix19@gmail.com

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

#2Chris
dmagick@gmail.com
In reply to: Daniel (#1)
Re: BackUp

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/