Changes between Version 23 and Version 24 of SopUpdateBbmriApp
- Timestamp:
- 2013-05-29T13:47:36+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SopUpdateBbmriApp
v23 v24 14 14 15 15 2.2) If there are changes, make the migration script[[BR]] 16 16 17 == Deploy to server == 17 18 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/) . … … 19 20 1. Deploy at test server: molgenis35 (Take a look here also http://www.molgenis.org/wiki/SopCreateMolgenisVM#SopDeploymentForDevs ) : 20 21 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 21 27 22 28 === copy war file & migration script from your computer to test server ===