remove-xpack.asciidoc 596 B

12345678
  1. IMPORTANT: If you are upgrading from a version prior to 6.3 and use {xpack}
  2. then you must remove the {xpack} plugin before upgrading with
  3. `bin/elasticsearch-plugin remove x-pack`. As of 6.3, {xpack} is included in
  4. the default distribution so make sure to upgrade to that one. If you upgrade
  5. without removing the {xpack} plugin first the node will fail to start. If you
  6. did not remove the {xpack} plugin and the node fails to start then you must
  7. downgrade to your previous version, remove {xpack}, and then upgrade again.
  8. In general downgrading is not supported but in this particular case it is.