Re: Changing max_connections after WAL slave configured not allowed? - Mailing list pgsql-admin

From raghu ram
Subject Re: Changing max_connections after WAL slave configured not allowed?
Date
Msg-id CALnrrJTU_4pUYhS_QLTMyskMra3NonzNxMz=KYQNih0P4q7wtQ@mail.gmail.com
Whole thread Raw
In response to Changing max_connections after WAL slave configured not allowed?  (Wells Oliver <wellsoliver@gmail.com>)
List pgsql-admin


On Fri, Apr 13, 2012 at 5:08 AM, Wells Oliver <wellsoliver@gmail.com> wrote:
I stopped my slave, lowered max_connections to 100 on the primary, restarted it, then started the slave back up and it wouldn't go:

2012-04-12 16:34:32 PDT FATAL:  hot standby is not possible because max_connections = 100 is a lower setting than on the master server (its value was 200)

Which, OK, it _was_ 200 but now it's definitely 100. Is there a reason this change cannot be made now?


Whenever you modify the configuration parameters in Primary server,those changes needs to  apply manually in standby server. 

If you do not perform changes in standby server,Standby server will shutdown automatically with above error message.

Please change "max_connection" parameter in postgresql.conf file of standby server according primary server and then start the Standby server.

--

Thanks & Regards,

Raghu Ram

EnterpriseDB: http://www.enterprisedb.com

pgsql-admin by date:

Previous
From: Wells Oliver
Date:
Subject: Changing max_connections after WAL slave configured not allowed?
Next
From: Rural Hunter
Date:
Subject: invalid byte sequence for encoding "UTF8": 0xf481 - how could this happen?