I guess max_replication_slots has to > current total slots in use. (and not >= )
from the doc, it says defaults are 10, any reason why you have set it to 2. You need to set it at a value higher than number of slots active.
also, i guess changing this parameter would require a server restart.
Vijay
On Mon, Oct 15, 2018 at 12:16 AM bhargav kamineni <bhargavpostgres@xxxxxxxxx> wrote:
Hi Team,I am getting this ERROR while starting my second slave serverPANIC: too many replication slots active before shutdownHINT: Increase max_replication_slots and try again.max_replication_slots on my master is 2 and one of them is already active for another slave,do i need to increase this parameter for the need of working of another slave ? if so whats the reason ?ThanksBhargav K