Re: DB wal file disabled --_Query

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: DB wal file disabled --_Query
Дата
Msg-id CAKFQuwZyrYz4=9QjZk3VQa99vogagqTr1_ueLxft1u-hd_86Mg@mail.gmail.com
обсуждение исходный текст
Ответ на DB wal file disabled --_Query  (jayakumar s <kumardba27.postgresql@gmail.com>)
Список pgsql-general
On Wed, Nov 13, 2024 at 9:16 AM jayakumar s <kumardba27.postgresql@gmail.com> wrote:
postgres=# select name,setting from pg_settings where name like 'archive%';
      name       |  setting
-----------------+------------
 archive_command | (disabled)

You cannot disable WAL.  What is disabled here is copying the WAL that is produced to an archive.  IOW, backing up WAL.

David J.

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