<div dir="ltr">Hi,<div>I haven&#39;t figured it out yet...</div><div>I have 2 postgresql (9.3) nodes configured as master/slave (with streaming replication).</div><div>I have configured pgpool as master/slave in order to perform failover in case of primary server goes down! everything is working great!</div><div>1. master server goes down.</div><div>2. failover script is being performed on the 2nd (slave) node. promote it into primary!</div><div><br></div><div>in order to recover the failed node (former primary):</div><div>3. pcp_recovery_node [params] -which  perform the recovery_1st_stage by performing pg_basebackup and creates recovery.conf file!!</div><div><br></div><div><b>former primary is back as slave node!!!</b></div><div><br></div><div><b>my question is:</b></div><div><span style="background-color:rgb(255,229,153)">how can I perform manual switchover between the nodes (master into slave and slave into master) <b>without</b> performing a node recovery to the &quot;switched off&quot; primary. in other words , I don&#39;t want to perform a full base backup on the former primary node (its a large DB).</span></div><div><br></div><div>I have performed these steps(master/slave switchover) manually (without pgpool) with no pg_basebackup and its working great...</div><div><br></div><div>Thanks in advanced,</div><div>cohavisi</div></div>