packaging.asciidoc 517 B

1234567891011
  1. [[breaking_60_packaging_changes]]
  2. === Packaging changes
  3. ==== Configuring custom user and group for package is no longer allowed
  4. Previously someone could configure the `$ES_USER` and `$ES_GROUP` variables to
  5. change which user and group Elasticsearch was run as. This is no longer
  6. possible, the DEB and RPM packages now exclusively use the user and group
  7. `elasticsearch`. If a custom user or group is needed then a provisioning system
  8. should use the tarball distribution instead of the provided RPM and DEB
  9. packages.