<div dir="ltr">I was reading in the manual about online recovery.  Is this only available when pgpool is running in replication mode?  I have master/slave mode set but it doesn&#39;t seem to be working correctly.<div><br></div>
<div><br></div><div>master_slave_mode = on<br></div><div>master_slave_sub_mode = &#39;stream&#39; <br></div><div>load_balance_mode = on<br></div><div>failover_command = &#39;/var/lib/pgsql/9.2/failover.sh %d %P %H %R&#39;<br>
</div><div>recovery_user = &#39;postgres&#39;<br></div><div>recovery_1st_stage_command = &#39;/var/lib/pgsql/9.2/sendbackup.sh %H /var/lib/pgsql/9.2/data /var/lib/pgsql/9.2/data/pg_archive&#39;<br></div><div><br></div><div>
<br></div><div style>failover.sh touches a trigger files on the other db server and sendbackup uses rsync to copy over all of the files to the other db, then it restarts postgres.  Under what case would pgpool run the recovery_1st_stage_command?  Does this not work with master_slave_mode on?</div>
</div>