From 56ca8cc9f967fbf76008d33cb0c2df1ef532470e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 15 Dec 2021 21:57:52 +0000 Subject: [PATCH] backport of commit b08553ca1c867ae969d587d0c1cd494bcf6821d5 --- website/content/docs/upgrading/upgrade-to-0.7.0.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/upgrading/upgrade-to-0.7.0.mdx b/website/content/docs/upgrading/upgrade-to-0.7.0.mdx index 025756730ce5..3d13ac492f1d 100644 --- a/website/content/docs/upgrading/upgrade-to-0.7.0.mdx +++ b/website/content/docs/upgrading/upgrade-to-0.7.0.mdx @@ -13,7 +13,7 @@ for Vault 0.7.0 compared to the most recent release. Please read it carefully. ## Rename of `backend` config key to `storage` -When configuring Vault, the `backend` key that previously was used to configure +When configuring Vault, the `backend` key previously used to configure storage has now been renamed to `storage`. Vault will alias the old key to the new path, though users are encouraged to update their configuration to ensure minimal disruption in the future when the alias is removed.