Skip to content

Update steps-3.2-upgrade-replica-set.yaml #2742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions source/includes/steps-3.2-upgrade-replica-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,6 @@ content: |
:program:`mongod` binary with the 3.2 binary.

- Restart.
---
title: Upgrade the replication protocol.
level: 5
ref: upgrade-replication-protocol
pre: |

Connect a :program:`mongo` shell to the current primary and upgrade
the replication protocol
action:
language: javascript
code: |
cfg = rs.conf();
cfg.protocolVersion=1;
rs.reconfig(cfg);
post: |
Replica set failover is not instant and will render the set
unavailable to accept writes until the failover process
Expand Down