7b43bf4c68
* Add a note referring to automated upgrade * Update website/content/docs/upgrading/upgrade-to-1.11.x.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/upgrading/upgrade-to-1.11.x.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/upgrading/upgrade-to-1.11.x.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: Upgrading to Vault 1.11.x - Guides
|
|
description: |-
|
|
This page contains the list of deprecations and important or breaking changes
|
|
for Vault 1.11.x. Please read it carefully.
|
|
---
|
|
|
|
# Overview
|
|
|
|
This page contains the list of deprecations and important or breaking changes
|
|
for Vault 1.11.x compared to 1.10. Please read it carefully.
|
|
|
|
## Elasticsearch Database Secrets Engine
|
|
|
|
The Elaticsearch Database Secrets Engine now uses the new `/_security` base API
|
|
path instead of `/_xpack/security` when managing Elasticsearch. If users are on
|
|
an Elasticsearch version prior to 6, they will need to switch back to the old
|
|
API path by setting the [bool config option](/api-docs/secret/databases/elasticdb#use_old_xpack)
|
|
`use_old_xpack=true`.
|
|
|
|
## Integrated Storage Autopilot
|
|
|
|
Vault 1.11 introduced [automated
|
|
upgrades](/docs/concepts/integrated-storage/autopilot#automated-upgrades) as
|
|
part of the Integrated Storage Autopilot feature. If your Vault environment is
|
|
configured to use Integrated Storage, consider leveraging this new feature. See
|
|
the [Automate Upgrades with Vault
|
|
Enterprise](https://learn.hashicorp.com/tutorials/vault/raft-upgrade-automation)
|
|
tutorial for more details. |