]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS Remove mentions of es6 in documentation
authorsylvain-combe-sonarsource <59280694+sylvain-combe-sonarsource@users.noreply.github.com>
Tue, 29 Jun 2021 14:04:56 +0000 (16:04 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 30 Jun 2021 20:03:13 +0000 (20:03 +0000)
server/sonar-docs/src/pages/instance-administration/backup-restore.md
server/sonar-docs/src/pages/setup/troubleshooting.md

index 38698a52e5d6ac7c639a5b9aae878460fdb1155d..26427b45de55a976229349e6a372598a6cc7b827 100644 (file)
@@ -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.
index 866db7fa41b5e8f03e67529e1e2ad6dc2bd73262..b0048ca4b51a2d0a470c6e32d3529907d743da90 100644 (file)
@@ -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