From: | "Phillip Smith" <phillip(dot)smith(at)weatherbeeta(dot)com(dot)au> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Auto Back up in postgresql |
Date: | 2007-05-14 05:19:16 |
Message-ID: | 00ba01c795e7$6b0e9410$9b0014ac@wbaus090 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
As a very simple solution, add this to your crontab for an appropriate time
schedule (daily? hourly?)
pg_dumpall > ~/postgres_backup.sql
The documentation is a good place for information! You might like to look at
this chapter specifically:
http://www.postgresql.org/docs/current/static/backup.html
-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of
yogesh(at)banasdairy(dot)coop
Sent: Monday, 14 May 2007 14:26
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] Auto Back up in postgresql
hi friends
if i delete any database of table data it automatically stored in backup
so i rollback it whenever i require for full server(including all database
and table)
*******************Confidentiality and Privilege Notice*******************
The material contained in this message is privileged and confidential to
the addressee. If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.
Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments
From | Date | Subject | |
---|---|---|---|
Next Message | Johann Spies | 2007-05-14 13:13:18 | ERROR: invalid memory alloc request size |
Previous Message | yogesh | 2007-05-14 04:25:33 | Auto Back up in postgresql |