Re: set archive mode => on

From: Ray Stell <stellr(at)vt(dot)edu>
To: "Sofer, Yuval" <Yuval_Sofer(at)bmc(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: set archive mode => on
Date: 2014-08-04 14:38:04
Message-ID: 8E52AB0F-2D29-4CEA-9842-9CCB324D468B@vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On Aug 4, 2014, at 9:46 AM, Sofer, Yuval <Yuval_Sofer(at)bmc(dot)com> wrote:

> Hi
> Is there any way to turn archive mode to on, without restarting Postgres database server?

handy query to show the context of the parameter. postmaster context requires a restart, sighup a reset works:
select name, setting, context from pg_settings;

chpt 18 is good, too.
http://www.postgresql.org/docs/9.3/static/runtime-config-wal.html#RUNTIME-CONFIG-WAL-ARCHIVING

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2014-08-04 14:44:52 Re: set archive mode => on
Previous Message Simon Riggs 2014-08-04 14:21:36 Re: set archive mode => on