Re: backups

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: backups
Дата
Msg-id 1147277513.9755.35.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: backups  ("mcelroy, tim" <tim.mcelroy@bostonstock.com>)
Список pgsql-admin
On Wed, 2006-05-10 at 10:56, mcelroy, tim wrote:
> Thanks for the quick answer Scott.  I thought so but wanted to
> double-check.  I was asked by the person who performs our system
> backups if just backing up the directory where I put the nightly
> backups (created with pg_dump) was enough.  I also have them backing
> up /var/lib/pgsql and everything under that and they're complaining
> that it's taking too long.  I would think we would also want to back
> up the pg_xlog directory though.  Or is that overkill?  Is there a
> standard in the PG community I should follow?  Is just performing the
> pg_dump and saving that to tape enough?  I just don't want to get bit
> in the butt if I tell him to not back something up that should be
> backed up.

Generally speaking, backing up with pg_dump is plenty.

The /var/lib/pgsql directory backups aren't necessarily useful since the
files may not be backed up in the same "state"  i.e. some transaction
might be in two places at once, partially written, etc...  pg_dump
doesn't not have this problem.

If you want something more up to the second, look for point in time
replication in the postgresql docs.

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

Предыдущее
От: "mcelroy, tim"
Дата:
Сообщение: Re: backups
Следующее
От:
Дата:
Сообщение: Logging long queries: not all get logged