Backup alternatives

From: Ed L(dot) <pggeneral(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Backup alternatives
Date: 2002-10-09 15:24:07
Message-ID: 0210090924070T.01949@bingo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I am curious to know if anyone has any viable live backup procedures other
than pg_dump/pg_dumpall when you have a continuously running server with
continuous query activity? The motivation is to find a live alternative
faster than pg_dump, which presently takes about 45 minutes on some of my
larger databases. I assume any kind of file copy backup is not workable
due to the complexities of mvcc, caching, etc.

Thanks,
Ed

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff MacDonald 2002-10-09 15:32:31 Re:
Previous Message Patrick Fiche 2002-10-09 15:09:34 Re: