Skip to content
Snippets Groups Projects
Commit b0704a99 authored by felmer's avatar felmer
Browse files

SSDM-1960: Backup/restore log.xml again

SVN: 34210
parent 9a8b67eb
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ if [ -d $ROOT/openBIS-server ]; then
copyFileIfExists $ROOT/openBIS-server/jetty/etc/service.properties $CONF/
copyFileIfExists $ROOT/openBIS-server/jetty/etc/capabilities $CONF/
copyFileIfExists $ROOT/openBIS-server/jetty/etc/dss-datasource-mapping $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/
copyFileIfExists $ROOT/openBIS-server/jetty/bin/jetty.properties $CONF/
......
......@@ -31,6 +31,7 @@ echo "Restoring configuration backup from $CONF to $ROOT ..."
# -- AS
if [ -d $ROOT/openBIS-server ]; then
cp $CONF/service.properties $ROOT/openBIS-server/jetty/etc/
cp $CONF/log.xml $ROOT/openBIS-server/jetty/etc/
cp $CONF/openbis.conf $ROOT/openBIS-server/jetty/etc/
cp $CONF/jetty.properties $ROOT/openBIS-server/jetty/etc/
cp $CONF/welcomePageSimpleGeneric.html $ROOT/openBIS-server/jetty/webapps/openbis/custom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment