Updating Guide
Here is short guide of how to update Finmars.
Warning: Do backup before doing update!
- Connect to your VM
- Go to Finmars Directory
cd /opt/finmars
- Stop your Finmars server
make down
- Run update
make update-versions
- Apply changes
make migrate make up
Well done!