diff --git a/installation/resource/installer/bin/common-functions.sh b/installation/resource/installer/bin/common-functions.sh
index 3ab92be0f24196fdf1f5a1c46c0736886f282426..e56832bdff9a6983231e30aea72f0d20b715a44b 100644
--- a/installation/resource/installer/bin/common-functions.sh
+++ b/installation/resource/installer/bin/common-functions.sh
@@ -311,7 +311,6 @@ restore()
     local file=$3
     if [ -e "$source_file" ]; then
         if [ -e "$destination/$file" ]; then
-            echo "cp -p $destination/$file $destination/$file.$version"
             cp -p "$destination/$file" "$destination/$file.$version"
         fi
         echo "cp -p $source_file $destination/$file"
diff --git a/installation/resource/installer/bin/restore-config-from-backup.sh b/installation/resource/installer/bin/restore-config-from-backup.sh
index a693685df554ed7ca80cb8b1b76599030830ff02..1df8a1f10763629bbebbfcf790791d0c71e5b5b4 100755
--- a/installation/resource/installer/bin/restore-config-from-backup.sh
+++ b/installation/resource/installer/bin/restore-config-from-backup.sh
@@ -47,7 +47,7 @@ if [ -d $ROOT/openBIS-server ]; then
 fi
 
 # -- DSS
-version=`unzip -c $ROOT/servers/datastore_server/lib/datastore_server-*.jar  BUILD-datastore_server.INFO|tail -n 1`
+version=`unzip -c $ROOT/datastore_server/lib/datastore_server-*.jar  BUILD-datastore_server.INFO|tail -n 1`
 restore $CONF/dss-service.properties $ROOT/datastore_server/etc service.properties
 restore $CONF/dss-log.xml $ROOT/datastore_server/etc log.xml
 restore $CONF/datastore_server.conf $ROOT/datastore_server/etc datastore_server.conf