Re: reliable backup techniques

Поиск
Список
Период
Сортировка
От Jonathan Bartlett
Тема Re: reliable backup techniques
Дата
Msg-id Pine.GSU.4.44.0302190932150.20576-100000@eskimo.com
обсуждение исходный текст
Ответ на reliable backup techniques  ("Ed L." <pgsql@bluepolka.net>)
Ответы Re: reliable backup techniques
Список pgsql-general
On Linux, you can use the Linux volume manager, and create a temporary
snapshot and tar that up.  If you have to go back to it, the database will
have to recover on startup, just as if the machine had crashed at that
point.  That's much better than a regular tar, in which the database would
be likely unrecoverable.

Jon

On Wed, 19 Feb 2003, 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.  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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>


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

Предыдущее
От: Jonathan Bartlett
Дата:
Сообщение: Re: Table Partitioning in Postgres:
Следующее
От: Peter Childs
Дата:
Сообщение: Re: Table Partitioning in Postgres: