Changes between Version 17 and Version 18 of SopUpdateBbmriApp


Ignore:
Timestamp:
2013-05-29T12:07:53+02:00 (11 years ago)
Author:
Roan Kanninga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SopUpdateBbmriApp

    v17 v18  
    3434   * ssh  !molgenis@molgenis35.target.rug.nl
    3535   * You are now at /srv/molgenis/ where your files where copied.
    36    * The database is bbmri, so in order to apply the migration steps you created:
    37    * '''BACKUP your DATABASE FIRST''':
    38      * mysqldump bbmri -u molgenis –pmolgenis  > ~/databaseDumps/<date>bbmriDB.mysql
    39 
    40  * Check the dumbed file if it is not just an error file …
     36
     37=== Backup  ===
     38 1. '''BACKUP your DATABASE FIRST''':
     39   * mysqldump bbmri -u molgenis –pmolgenis  > ~/databaseDumps/<date>bbmriDB.mysql
     40   * Check the dumbed file if it is not just an error file …
     41
     42=== Insert the data from live server to test server  ===
     43===  * mysql -u molgenis -pmolgenis bbmri < 29Maydump.mysql     
     44
     45 ===
    4146 * Apply migration steps:
    4247   * mysql -u molgenis –pmolgenis