After upgrading trudesk from v1.0.9 to 1.0.11, the site fails to start with “Please upgrade to v1.0.10+ Exiting…”. How one updates the DB version?
inside your trudesk directory:
git pull
git checkout v1.0.10
yarn install
yarn run build
pm2 restart trudesk
Once you’re on version 1.0.10 then:
git checkout v1.0.11
yarn install
pm2 restart trudesk