Re: WAL logs - do they operate at a database or cluster level?

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: WAL logs - do they operate at a database or cluster level?
Дата
Msg-id BANLkTik6xEVhdz7RSiPvngVy0rkzP_onwQ@mail.gmail.com
обсуждение исходный текст
Ответ на WAL logs - do they operate at a database or cluster level?  ("Birchall, Austen" <austen.birchall@metoffice.gov.uk>)
Список pgsql-novice
On Thu, May 12, 2011 at 9:32 AM, Birchall, Austen
<austen.birchall@metoffice.gov.uk> wrote:
> Hi again and thanks for your help on my previous post.
>
> Now I ask:
> From the docs it seems that if I wish to enable WAL archiving for a database
> I change the settings of  archive_mode  and archive_command
>
> in the postgresql.conf  file.
> Am I right to assume that this enables WAL logging at a cluster level i.e.
> EVERY database in that cluster goes into WAL archive mode?

Yes, that's correct.

WAL logging is already enabled, with all databases going into the one
transaction log. Setting those parameters enables archiving of the WAL
data files.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: "Birchall, Austen"
Дата:
Сообщение: WAL logs - do they operate at a database or cluster level?
Следующее
От: "Birchall, Austen"
Дата:
Сообщение: More WAL archiving/backup questions