File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
qa/vagrant/src/test/resources/packaging/tests Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.
2828* <<breaking_70_indices_changes>>
2929* <<breaking_70_mappings_changes>>
3030* <<breaking_70_search_changes>>
31+ * <<breaking_70_packaging_changes>>
3132* <<breaking_70_plugins_changes>>
3233* <<breaking_70_analysis_changes>>
3334* <<breaking_70_api_changes>>
@@ -41,6 +42,7 @@ include::migrate_7_0/cluster.asciidoc[]
4142include::migrate_7_0/indices.asciidoc[]
4243include::migrate_7_0/mappings.asciidoc[]
4344include::migrate_7_0/search.asciidoc[]
45+ include::migrate_7_0/packaging.asciidoc[]
4446include::migrate_7_0/plugins.asciidoc[]
4547include::migrate_7_0/api.asciidoc[]
4648include::migrate_7_0/java.asciidoc[]
Original file line number Diff line number Diff line change 1+ [[breaking_70_packaging_changes]]
2+ === Packaging changes
3+
4+ ==== systemd service file is no longer configuration
5+
6+ The systemd service file `/usr/lib/systemd/system/elasticsearch.service`
7+ was previously marked as a configuration file in rpm and deb packages.
8+ Overrides to the systemd elasticsearch service should be made
9+ in `/etc/systemd/system/elasticsearch.service.d/override.conf`.
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ setup() {
161161
162162 # The service files are still here
163163 assert_file_exist " /etc/init.d/elasticsearch"
164- assert_file_exist " /usr/lib/systemd/system/elasticsearch.service"
165164}
166165
167166@test " [DEB] purge package" {
You can’t perform that action at this time.
0 commit comments