Removing arbiter from primary-secondary-arbiter-arbiter mongodb cluster
I have a PSA (primary, secondary, arbiter) cluster on 4.4 which was working fine, however I managed to accidentally connect a second arbiter. I've tried to remove this arbiter from the primary using: rs.remove(<host>) rs.remove(<host>, {force: true}) rs.reconfig(confWithout2ndArbiter) rs.reconfig(confWithout2ndArbiter, {force:…