aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorsylvain-combe-sonarsource <59280694+sylvain-combe-sonarsource@users.noreply.github.com>2021-06-29 16:04:56 +0200
committersonartech <sonartech@sonarsource.com>2021-06-30 20:03:13 +0000
commit2262a7a49dacbcb464016327beb8c25535a83230 (patch)
treecb5f4e737a6c623f7ca5f0aec8cf713b8a3bd928 /server/sonar-docs
parent551db520fa153e6654e9d39bde8404aeae14f9d3 (diff)
downloadsonarqube-2262a7a49dacbcb464016327beb8c25535a83230.tar.gz
sonarqube-2262a7a49dacbcb464016327beb8c25535a83230.zip
DOCS Remove mentions of es6 in documentation
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/instance-administration/backup-restore.md4
-rw-r--r--server/sonar-docs/src/pages/setup/troubleshooting.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-docs/src/pages/instance-administration/backup-restore.md b/server/sonar-docs/src/pages/instance-administration/backup-restore.md
index 38698a52e5d..26427b45de5 100644
--- a/server/sonar-docs/src/pages/instance-administration/backup-restore.md
+++ b/server/sonar-docs/src/pages/instance-administration/backup-restore.md
@@ -11,5 +11,5 @@ To restore data from backup, follow these steps:
1. Stop the server.
1. Restore the backup.
-1. Drop the Elasticsearch indexes by deleting the contents of `$SQ_HOME/data/es6 directory`.
-1. Restart the server. \ No newline at end of file
+1. Drop the Elasticsearch indexes by deleting the contents of `$SQ_HOME/data/es7 directory`.
+1. Restart the server.
diff --git a/server/sonar-docs/src/pages/setup/troubleshooting.md b/server/sonar-docs/src/pages/setup/troubleshooting.md
index 866db7fa41b..b0048ca4b51 100644
--- a/server/sonar-docs/src/pages/setup/troubleshooting.md
+++ b/server/sonar-docs/src/pages/setup/troubleshooting.md
@@ -77,11 +77,11 @@ During Elasticsearch reindexing due to disaster recovery or an upgrade, you may
**non-DCE:**
1. Stop SonarQube
-1. Delete the data/es6 directory
+1. Delete the data/es7 directory
1. Restart SonarQube
**DCE:**
1. Stop the whole cluster (ES and application nodes)
-1. Delete the data/es6 directory on each ES node
+1. Delete the data/es7 directory on each ES node
1. Restart the whole cluster