From 1b07a8423f993285fa101b9fc5e0ca798493bab5 Mon Sep 17 00:00:00 2001
From: felmer <franz-josef.elmer@id.ethz.ch>
Date: Wed, 12 Feb 2020 08:36:30 +0100
Subject: [PATCH] SSDM-9319: Index copied from back if it exists

---
 .../resource/installer/bin/restore-config-from-backup.sh         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/installation/resource/installer/bin/restore-config-from-backup.sh b/installation/resource/installer/bin/restore-config-from-backup.sh
index 0f3b651a728..db665da4e9e 100755
--- a/installation/resource/installer/bin/restore-config-from-backup.sh
+++ b/installation/resource/installer/bin/restore-config-from-backup.sh
@@ -45,6 +45,7 @@ if [ -d $ROOT/openBIS-server ]; then
 
     copyConfig $CONF/core-plugins "html/etc$" $ROOT/core-plugins
     copyFolderIfExists $CONF/start.d $ROOT/openBIS-server/jetty/start.d
+    copyFolderIfExists $CONF/../openBIS-server/jetty/indices $ROOT/openBIS-server/jetty/indices
 fi
 
 # -- DSS
-- 
GitLab