From 09d5559d72b91e86f538e11a8640fb69363e0455 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Tue, 16 Apr 2019 10:31:53 -0700 Subject: [PATCH] Add known issue section to the upgrade guide --- website/source/docs/upgrading/upgrade-to-1.1.1.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/upgrading/upgrade-to-1.1.1.html.md b/website/source/docs/upgrading/upgrade-to-1.1.1.html.md index 1ed63c834f99..3fc031e2c60a 100644 --- a/website/source/docs/upgrading/upgrade-to-1.1.1.html.md +++ b/website/source/docs/upgrading/upgrade-to-1.1.1.html.md @@ -13,6 +13,14 @@ description: |- This page contains the list of deprecations and important or breaking changes for Vault 1.1.0 compared to 1.1.1. Please read it carefully. +## Known Issues + +There is a known issue that could cause the upgrade to 1.1.1 to fail under +certain circumstances. This issue occurs when a KV version 2 mount exists but +contains no data. This will be fixed in 1.1.2. Addtionally a work around does +exist: prior to upgrading ensure all KV v2 mounts have at least one key written +to it. + ## JWT/OIDC Plugin Logins of role_type "oidc" via the /login path are no longer allowed.