Re: reliable backup techniques

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: reliable backup techniques
Дата
Msg-id 200302191922.35351.dev@archonet.com
обсуждение исходный текст
Ответ на reliable backup techniques  ("Ed L." <pgsql@bluepolka.net>)
Список pgsql-general
On Wednesday 19 Feb 2003 5:23 pm, Ed L. wrote:
> 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.

Correct (pretty much).

> 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.

Correct.

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

1. Stop postgresql alltogether, backup the entire data/base directory.
2. Replication (see mailing list archives/website for options)

pg_dump is almost certainly your best bet.

--
  Richard Huxton

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: postgres drivers for winNT
Следующее
От: "Ian Harding"
Дата:
Сообщение: Should this scare me?