Skip to content

Commit

Permalink
Docs: Add known issue for removing x-pack
Browse files Browse the repository at this point in the history
6.4 can no longer remove the x-pack plugin so users must remove it
before upgrading to 6.4+. We've already updated the upgrade
documentation. This updates the release notes and breaking changes docs.

Closes #34307
  • Loading branch information
nik9000 committed Oct 17, 2018
1 parent a9da8fe commit 1cd27e7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/reference/migration/migrate_6_4.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
This section discusses the changes that you need to be aware of when migrating
your application to Elasticsearch 6.4.

[IMPORTANT]
.bin/plugin can no longer remove x-pack
=========================================
`bin/plugin remove x-pack` no longer works. You should remove the {xpack}
plugin before upgrading to 6.4 or any later versions. More instructions
available in <<rolling-upgrades>> and <<restart-upgrade>>.
=========================================

* <<breaking_64_api_changes>>
* <<breaking_64_scripting_changes>>

Expand Down
11 changes: 10 additions & 1 deletion docs/reference/release-notes/6.4.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,18 @@ Caused by: org.elasticsearch.common.xcontent.XContentParseException: [-1:####] [
======================================================

[IMPORTANT]
.bin/plugin can no longer remove x-pack
=========================================
`bin/plugin remove x-pack` no longer works. You should remove the {xpack}
plugin before upgrading to 6.4 or any later versions.
=========================================

[float]
=== Known issues
See the important section above.
See the important sections above.

{es} 6.4.0 fails to start when PEM encoded private key files that have been exported from `PKCS#12`
keystores are in use. These files can be identified by the existence of lines that start with either
Expand Down

0 comments on commit 1cd27e7

Please sign in to comment.