Changes between Version 23 and Version 24 of SopUpdateBbmriApp


Ignore:
Timestamp:
2013-05-29T13:47:36+02:00 (11 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SopUpdateBbmriApp

    v23 v24  
    1414
    15152.2) If there are changes, make the migration script[[BR]]
     16
    1617== Deploy to server ==
    1718 1. As also listed here: http://www.molgenis.org/wiki/MolgenisServers the '''test server''' is at molgenis35(https://molgenis35.target.rug.nl/biobanks/) and the '''production server''' at molgenis14(https://catalogue.bbmri.nl/biobanks/) .
     
    1920 1. Deploy at test server: molgenis35 (Take a look here also http://www.molgenis.org/wiki/SopCreateMolgenisVM#SopDeploymentForDevs ) :
    2021   1. Ask credentials for molgenis35/molgenis14 from Pieter or Morris.
     22
     23=== create migration script  ===
     24 1. If you know the exact changes of the database, compared to the old version in live server, then the migration script is the commands that synchornize the two versions. 
     25 1. You can compare the mysql dump files between the live and the local version. This is easier if you dump only the schemas (not the data) . 
     26   1. This is done: mysqldump --no-data, -d bbmri -u molgenis –pmolgenis > ~/databaseDumps/<date>bbmriDB.mysql
    2127
    2228=== copy war file & migration script from your  computer to test server ===