-
- Stop serving the application (just keep MySQL running).
-
- Get and update the source code form the last version (tip: download everything from Github and replace it in your folder).
-
- Run all the migrations you need using the following command:
make migration FILE={migration_file}
for instancemake migration FILE=4.1.0
.
- Run all the migrations you need using the following command:
-
- Restart your server.