Skip to main content

Updating Guide

Here is short guide of how to update Finmars.

Warning: Do backup before doing update!

  1. Connect to your VM
  2. Go to Finmars Directory
    cd /opt/finmars
  3. Stop your Finmars server
    make down
  4. Run update
    make update-versions
  5. Apply changes
    make migrate
    make up

Well done!