Skip to content

Commit

Permalink
remove vagrant check on old file and add migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Mar 21, 2018
1 parent 863fe12 commit a4dc719
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/reference/migration/migrate_7_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.
* <<breaking_70_indices_changes>>
* <<breaking_70_mappings_changes>>
* <<breaking_70_search_changes>>
* <<breaking_70_packaging_changes>>
* <<breaking_70_plugins_changes>>
* <<breaking_70_analysis_changes>>
* <<breaking_70_api_changes>>
Expand All @@ -41,6 +42,7 @@ include::migrate_7_0/cluster.asciidoc[]
include::migrate_7_0/indices.asciidoc[]
include::migrate_7_0/mappings.asciidoc[]
include::migrate_7_0/search.asciidoc[]
include::migrate_7_0/packaging.asciidoc[]
include::migrate_7_0/plugins.asciidoc[]
include::migrate_7_0/api.asciidoc[]
include::migrate_7_0/java.asciidoc[]
Expand Down
9 changes: 9 additions & 0 deletions docs/reference/migration/migrate_7_0/packaging.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[[breaking_70_packaging_changes]]
=== Packaging changes

==== systemd service file is no longer configuration

The systemd service file `/usr/lib/systemd/system/elasticsearch.service`
was previously marked as a configuration file in rpm and deb packages.
Overrides to the systemd elasticsearch service should be made
in `/etc/systemd/system/elasticsearch.service.d/override.conf`.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ setup() {

# The service files are still here
assert_file_exist "/etc/init.d/elasticsearch"
assert_file_exist "/usr/lib/systemd/system/elasticsearch.service"
}

@test "[DEB] purge package" {
Expand Down

0 comments on commit a4dc719

Please sign in to comment.