diff --git a/installation/resource/installer/bin/backup-config.sh b/installation/resource/installer/bin/backup-config.sh index dcef44f7a3a56b0f8145038cfd549482fdfe93b1..9a284b688bcf150c60064c08193b2fb8921b99a8 100755 --- a/installation/resource/installer/bin/backup-config.sh +++ b/installation/resource/installer/bin/backup-config.sh @@ -29,6 +29,7 @@ ROOT=$BASE/../servers # -- AS copyFileIfExists $ROOT/openBIS-server/jetty/webapps/openbis/WEB-INF/classes/service.properties $CONF/ copyFileIfExists $ROOT/openBIS-server/jetty/etc/service.properties $CONF/ +copyFileIfExists $ROOT/openBIS-server/jetty/etc/capabilities $CONF/ copyFileIfExists $ROOT/openBIS-server/jetty/etc/log.xml $CONF/ copyFileIfExists $ROOT/openBIS-server/jetty/bin/openbis.conf $CONF/ copyFileIfExists $ROOT/openBIS-server/jetty/etc/openbis.conf $CONF/ diff --git a/installation/resource/installer/bin/restore-config-from-backup.sh b/installation/resource/installer/bin/restore-config-from-backup.sh index 35a335b682042fe67e0e52c89813ec1f8f18bbf6..8a914d742b900fa9133e5c319514d23e486cde1f 100755 --- a/installation/resource/installer/bin/restore-config-from-backup.sh +++ b/installation/resource/installer/bin/restore-config-from-backup.sh @@ -39,6 +39,7 @@ cp $CONF/welcomePageSimple.html $ROOT/openBIS-server/jetty/webapps/openbis/ copyIfExists $CONF/.keystore $ROOT/openBIS-server/jetty/etc/openBIS.keystore copyIfExists $CONF/passwd $ROOT/openBIS-server/jetty/etc/ copyIfExists $CONF/web-client.properties $ROOT/openBIS-server/jetty/etc/ +copyIfExists $CONF/capabilities $ROOT/openBIS-server/jetty/etc/ # -- DSS cp $CONF/dss-service.properties $ROOT/datastore_server/etc/service.properties