| 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 | === |