| 10 | | 1) Copy the mysqldump from the live server to the test server [[BR]]2) Deploy the new war file on the testserver[[BR]] 2.1) Check if there are errors according to changes in the model. There are 2 ways: |
| 11 | | |
| 12 | | * compare the mysql from the live and the testserver |
| 13 | | * check in the application if there are errors |
| 14 | | |
| 15 | | 2.2) If there are changes, make the migration script |
| 16 | | |
| | 10 | 1) Copy the mysqldump from the live server to the test server [[BR]]2) Deploy the new war file on the testserver[[BR]] 2.1) Check if there are errors according to changes in the model. There are 2 ways: |
| | 11 | |
| | 12 | * compare the mysql from the live and the testserver |
| | 13 | * check in the application if there are errors |
| | 14 | |
| | 15 | 2.2) If there are changes, make the migration script[[BR]] |