Cannot change archive_command with a reload - Mailing list pgsql-admin

From CS DBA
Subject Cannot change archive_command with a reload
Date
Msg-id 52EE69AF.4030709@consistentstate.com
Whole thread Raw
Responses Re: Cannot change archive_command with a reload  (Strahinja Kustudić <strahinjak@nordeus.com>)
Re: Cannot change archive_command with a reload  (Raghavendra <raghavendra.rao@enterprisedb.com>)
List pgsql-admin
Hi all;

we have a cluster running with an archive command that is failing.
I tried a reload and the value does not change

Tried a set_config and I get this error:

select set_config ('archive_command', 'cp %p /data/wal_tmp/%f && mv
/data/wal_tmp/%f /data/wal/&f', 'false');
ERROR:  parameter "archive_command" cannot be changed now


Thoughts?

Thanks in advance


pgsql-admin by date:

Previous
From: Sergey Konoplev
Date:
Subject: Re: odd pg_start_backup() issue
Next
From: Strahinja Kustudić
Date:
Subject: Re: Cannot change archive_command with a reload