From 3e8c49e98eb5a311104bcd7ac7ae6505d5711d5e Mon Sep 17 00:00:00 2001 From: corochoone Date: Tue, 16 Sep 2014 19:53:36 +0400 Subject: [PATCH] Update upgrade.asciidoc Fix markup bug and change "deb" to "dpkg". (Package manager called dpkg, not deb in Debian distribution) Closes #7748 --- docs/reference/setup/upgrade.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/reference/setup/upgrade.asciidoc b/docs/reference/setup/upgrade.asciidoc index d8892c08971..d3ef819c502 100644 --- a/docs/reference/setup/upgrade.asciidoc +++ b/docs/reference/setup/upgrade.asciidoc @@ -106,9 +106,8 @@ curl -XPOST 'http://localhost:9200/_cluster/nodes/_local/_shutdown' ** Copy the configuration files from the old Elasticsearch installation's config directory to the new Elasticsearch installation's config directory. Move data files from the old Elasticsesarch installation's data directory if necessary. If data files are not located within the tarball's extraction directory, they will not have to be moved. ** The simplest solution for moving from one version to another is to have a symbolic link for 'elasticsearch' that points to the currently running version. This link can be easily updated and will provide a stable access point to the most recent version. Update this symbolic link if it is being used. -*To upgrade using a .deb or .rpm package: - -** Use rpm or deb to install the new package. All files should be placed in their proper locations, and config files should not be overwritten. +* To upgrade using a `.deb` or `.rpm` package: +** Use `rpm` or `dpkg` to install the new package. All files should be placed in their proper locations, and config files should not be overwritten. * Start the now upgraded node. Confirm that it joins the cluster.