Update Dolphin To The Latest Available Version

Once a new version of Dolphin is available, you may want to back up and then run the following commands

  • cd /var/www/dolphin (depending on where you have it installed)
  • git pull
  • npm i
  • NODE_ENV=production npm run build
  • npm run migrate

This will ensure you have the latest fixes as well as have access to the latest features