Re: DB wal file disabled --_Query - Mailing list pgsql-general

From David G. Johnston
Subject Re: DB wal file disabled --_Query
Date
Msg-id CAKFQuwZyrYz4=9QjZk3VQa99vogagqTr1_ueLxft1u-hd_86Mg@mail.gmail.com
Whole thread Raw
In response to DB wal file disabled --_Query  (jayakumar s <kumardba27.postgresql@gmail.com>)
List 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 by date:

Previous
From: jayakumar s
Date:
Subject: DB wal file disabled --_Query
Next
From: Adrian Klaver
Date:
Subject: Re: DB wal file disabled --_Query