Skip to content
Snippets Groups Projects
Commit deee72f2 authored by cramakri's avatar cramakri
Browse files

LMS-1765 Fixed the screening script to work with the new DSS distribution structure.

SVN: 18163
parent 9a569748
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,8 @@ pg_dump -U $DB_USER_NAME -Fc $OPENBIS_DB > $BACKUP_DIR/$OPENBIS_DB-${NOW}.dmp ...@@ -32,7 +32,8 @@ pg_dump -U $DB_USER_NAME -Fc $OPENBIS_DB > $BACKUP_DIR/$OPENBIS_DB-${NOW}.dmp
pg_dump -U $DB_USER_NAME -Fc $IMAGING_DB > $BACKUP_DIR/$IMAGING_DB-${NOW}.dmp pg_dump -U $DB_USER_NAME -Fc $IMAGING_DB > $BACKUP_DIR/$IMAGING_DB-${NOW}.dmp
echo Installing openBIS Datastore Server echo Installing openBIS Datastore Server
unzip $ROOT_DIR/datastore*.zip -d $ROOT_DIR unzip $ROOT_DIR/datastore_server-screening*.zip -d $ROOT_DIR
unzip $ROOT_DIR/datastore_server_plugin*.zip -d $ROOT_DIR
echo Installing openBIS Application Server echo Installing openBIS Application Server
unzip $ROOT_DIR/openBIS-*.zip -d $ROOT_DIR unzip $ROOT_DIR/openBIS-*.zip -d $ROOT_DIR
......
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