reliable backup techniques

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: reliable backup techniques
Date: 2003-02-19 17:23:24
Message-ID: 200302191023.24902.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I'd like to get some opinions on the best techniques for getting
reliably consistent backups. My current understanding is that the
only reliable way to get a consistent backup of a running system is
through pg_dump or pg_dumpall. More specifically, it is my
understanding that file backups (tar, etc) do not guarantee
consistency due to the potential lag in cache writes to disk from
running transactions.

Is my understanding correct? Are there other ways of getting
consistent backups of a live system?

Thanks,
Ed

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2003-02-19 17:23:48 Re: techdocs broken again.
Previous Message Mark Cave-Ayland 2003-02-19 17:10:40 Re: 7.3.1 takes long time to vacuum table?