Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > PostgreSQL > disaster recovery for postgreSQL how to?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-10-03, 09:05
liu0130 liu0130 is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
Unhappy disaster recovery for postgreSQL how to?

Disaster recovery for PostgreSQL how to?
What backup software support PostgreSQL and disaster recovery?
My servser is Sun fire 280R(sparc 64).
Reply With Quote
  #2 (permalink)  
Old 07-10-03, 19:35
batavus batavus is offline
Registered User
 
Join Date: Jul 2003
Posts: 2
Re: disaster recovery for postgreSQL how to?

Quote:
Originally posted by liu0130
Disaster recovery for PostgreSQL how to?
What backup software support PostgreSQL and disaster recovery?
My servser is Sun fire 280R(sparc 64).


Not sure what others do, nor if what I do is best. I have a relatively small database of just over 11GB (that is small compared to several oracle databases we have here at work). Anyhow, this is what I do:

- Each night, shut down the database as the server is backed up. I am using Amanda http://www.amanda.org/ and backing up this server through the network to another linux server that is attached to a MTI tape robot (that has DLT tape drives in it). The Amanda backups automagically run at level 0, 1, 2, etc based on the tape rotation parameters I set.

- Once a week perform a 'pg_dumpall', piping the output to gzip and writing the output file to a NFS server mount that is HUGE.

Anyhow, that is most likely not the best option, but the data we're storing (statistical system performance data) is not business critical - thus if we had a disaster and lost a week's worth of data, no-one will lose sleep (or money) over it.
__________________
-- batavus
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On