Re: backups

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: backups
Дата
Msg-id 1147289714.9755.44.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: backups  ("mcelroy, tim" <tim.mcelroy@bostonstock.com>)
Список pgsql-admin
On Wed, 2006-05-10 at 14:11, mcelroy, tim wrote:
> Excellent point Bruno, thanks.  I must admit that I did think of that
> and have already copied all my .conf files to the backup directory.  I
> should have noted that earlier.
>
> Thanks,
> Tim

Another thing to check is that your global data (i.e. user accounts) are
being backed up. pg_dumpall does this, but individual pg_dumps do not.

In our prod environment we run a backup of those accounts with
'pg_dumpall -g' every night as well.

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

Предыдущее
От: "mcelroy, tim"
Дата:
Сообщение: Re: backups
Следующее
От: Kenji Morishige
Дата:
Сообщение: limiting number of connections from specific host or by user