From 77c5239dc87d41de7191ebbf21caa5df48b2cbdd Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Mon, 26 Mar 2018 10:25:09 -0400 Subject: [PATCH] Docs: add note about enterprise replication installations section to upgrade guide (#3631) --- website/source/guides/upgrading/index.html.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website/source/guides/upgrading/index.html.md b/website/source/guides/upgrading/index.html.md index 811f4e0986..e08b4d5417 100644 --- a/website/source/guides/upgrading/index.html.md +++ b/website/source/guides/upgrading/index.html.md @@ -72,3 +72,16 @@ takes over active duty. Be sure to also read and follow any instructions in the version-specific upgrade notes. + +## Replication Installations + +-> **Note:** Prior to any upgrade, be sure to also read and follow any instructions in the version-specific +upgrade notes which are found in the navigation menu for this documentation. + +Upgrading installations of Vault which participate in [Enterprise Replication](/docs/enterprise/replication/index.html) requires the following basic order of operations: + +- **Upgrade the replication secondary instances first** using appropriate guidance from the previous sections depending on whether each secondary instance is Non-HA or HA +- Verify functionality of each secondary instance after upgrading +- When satisfied with functionality of upgraded secondary instances, upgrade the primary instance + +