Re: Backup strategies

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Re: Backup strategies
Дата
Msg-id gd4tad$qlg$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: Backup strategies  (Matthew Wakeling <matthew@flymine.org>)
Ответы Re: Backup strategies  ("Peter Childs" <peterachilds@gmail.com>)
Re: Backup strategies  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Backup strategies  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-performance
Matthew Wakeling wrote:
> On Wed, 15 Oct 2008, Ivan Voras wrote:
>>> Nope. Even files in data directory change. That's why the documentation
>>> warns against tools that emit errors for files that change during the
>>> copy.
>>
>> Ok, thanks. This is a bit off-topic, but if it's not how I imagine it,
>> then how is it implemented?
>
> The files may change, but it doesn't matter, because there is enough
> information in the xlog to correct it all.

I'm thinking about these paragraphs in the documentation:

"""
Be certain that your backup dump includes all of the files underneath
the database cluster directory (e.g., /usr/local/pgsql/data). If you are
using tablespaces that do not reside underneath this directory, be
careful to include them as well (and be sure that your backup dump
archives symbolic links as links, otherwise the restore will mess up
your tablespaces).

You can, however, omit from the backup dump the files within the
pg_xlog/ subdirectory of the cluster directory. This slight complication
is worthwhile because it reduces the risk of mistakes when restoring.
This is easy to arrange if pg_xlog/ is a symbolic link pointing to
someplace outside the cluster directory, which is a common setup anyway
for performance reasons.
"""

So, pg_start_backup() freezes the data at the time it's called but still
data and xlog are changed, in a different way that's safe to backup? Why
not run with pg_start_backup() always enabled?



Вложения

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

Предыдущее
От: Matthew Wakeling
Дата:
Сообщение: Re: Backup strategies
Следующее
От: "Peter Childs"
Дата:
Сообщение: Re: Backup strategies