Closed eafzali closed 10 months ago
I could ask "why" but fair point, increasing slot count should work.
Sorry why what? why do I need more than 10 replicas?
Yeah exactly, but I also like this to be possible if it is needed as I am not aware of any limits. Maybe also worth looking into how to do cascading replication instead of single source.
Yea cascading replication would be great, but for now I just need to know how to set max_replication_slots
and max_wal_senders
using the operator.
should be with patronictl edit-config
when execed into the master
Setting the
numberOfInstances
any number greater than 11 will cause following error on the operator:and setting the
max_replication_slots
inpostgres.parameters
doesn't change the setting on the db,show max_replication_slots
returns10
regardless of what I've set in the manifest.How should I create more replicas?