| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 | [[setup-upgrade]]= Upgrade {es}[partintro]--{es} can usually be upgraded using a <<rolling-upgrades,Rolling upgrade>>process so upgrading does not interrupt service. Rolling upgrades are supported:* Between minor versions* From 5.6 to 6.8* From 6.8 to {prev-major-version}* From {prev-major-version} to {version}The following table shows the recommended upgrade paths to {version}.[cols="<1m,3",options="header",]|====|Upgrade from   |Recommended upgrade path  to {version}|{prev-major-version}|<<rolling-upgrades,Rolling upgrade>> to {version}|7.0–7.3a|. https://www.elastic.co/guide/en/elasticsearch/reference/{prev-major-version}/rolling-upgrades.html[Rolling upgrade] to {prev-major-version}. <<rolling-upgrades,Rolling upgrade>> to {version}|6.8a|. https://www.elastic.co/guide/en/elasticsearch/reference/{prev-major-version}/rolling-upgrades.html[Rolling upgrade] to {prev-major-version}. <<rolling-upgrades,Rolling upgrade>> to {version}|6.0–6.7a|. https://www.elastic.co/guide/en/elasticsearch/reference/6.8/rolling-upgrades.html[Rolling upgrade] to 6.8. https://www.elastic.co/guide/en/elasticsearch/reference/{prev-major-version}/rolling-upgrades.html[Rolling upgrade] to {prev-major-version}. <<rolling-upgrades,Rolling upgrade>> to {version}|====[WARNING]====The following upgrade paths are *not* supported:* 6.8 to 7.0.* 6.7 to 7.1.–{prev-major-version}.===={es} can read indices created in the previous major version. If youhave indices created in 5.x or before, you must reindex or delete thembefore upgrading to {version}. {es} nodes will fail to start ifincompatible indices are present. Snapshots of 5.x or earlier indices cannot berestored to a 7.x cluster even if they were created by a 6.x cluster. Forinformation about upgrading old indices, see <<reindex-upgrade, Reindex to upgrade>>.When upgrading to a new version of {es}, you need to upgrade eachof the products in your Elastic Stack. For more information, see the{stack-ref}/upgrading-elastic-stack.html[Elastic Stack Installation and Upgrade Guide].To upgrade directly to {version} from 6.6 or earlier, you must shut down thecluster, install {version}, and restart. For more information, see<<restart-upgrade, Full cluster restart upgrade>>.--include::upgrade/rolling_upgrade.asciidoc[]include::upgrade/cluster_restart.asciidoc[]include::upgrade/reindex_upgrade.asciidoc[]
 |