Re: DB wal file disabled --_Query

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: jayakumar s <kumardba27(dot)postgresql(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: DB wal file disabled --_Query
Date: 2024-11-13 16:21:44
Message-ID: CAKFQuwZyrYz4=9QjZk3VQa99vogagqTr1_ueLxft1u-hd_86Mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Nov 13, 2024 at 9:16 AM jayakumar s <kumardba27(dot)postgresql(at)gmail(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-11-13 16:24:47 Re: DB wal file disabled --_Query
Previous Message jayakumar s 2024-11-13 16:15:49 DB wal file disabled --_Query