diff --git a/datastore_server/dist/datastore_server.sh b/datastore_server/dist/datastore_server.sh
index f5ce90dca676569389b43257954a7444ff68159d..027512aff3fde298a37cc797862f6b7c4a9a7b18 100755
--- a/datastore_server/dist/datastore_server.sh
+++ b/datastore_server/dist/datastore_server.sh
@@ -149,7 +149,7 @@ fi
 
 # Build classpath from $LIB_FOLDER and $EXT_LIB_FOLDER content. 
 # datastore_server.jar and common.jar have to appear before cifex.jar
-CP=`echo $LIB_FOLDER/datastore_server.jar $LIB_FOLDER/common.jar $LIB_FOLDER/*.jar $EXT_LIB_FOLDER/*.jar | sed 's/ /:/g'`
+CP=`echo $LIB_FOLDER/datastore_server.jar $LIB_FOLDER/common.jar $LIB_FOLDER/dbmigration*.jar $LIB_FOLDER/*.jar $EXT_LIB_FOLDER/*.jar | sed 's/ /:/g'`
 
 CMD="${JAVA_BIN} ${JAVA_OPTS} ${JAVA_MEM_OPTS} -classpath $CP ch.systemsx.cisd.openbis.dss.generic.DataStoreServer"
 
diff --git a/openbis_standard_technologies/dist/tarball/installer/data/doc/getting-started-with-openBIS.html b/openbis_standard_technologies/dist/tarball/installer/data/doc/getting-started-with-openBIS.html
index a6b81b5ecd5703dd670cad7cbf71303fea6c591a..27af628aa1839b77ab8fb4303e04564030c8e4ee 100644
--- a/openbis_standard_technologies/dist/tarball/installer/data/doc/getting-started-with-openBIS.html
+++ b/openbis_standard_technologies/dist/tarball/installer/data/doc/getting-started-with-openBIS.html
@@ -44,7 +44,7 @@
   
   Proteomics database (required only if technology 'proteomics' is enabled)
   <div class="sourcecode">
-    ${INSTALL_BIN_PATH}/init_database.sh proteomics_prod openbis
+    ${INSTALL_BIN_PATH}/init_database.sh proteomics_productive openbis
   </div> 
   
   <div class="text">