Heyo!
I have a docker image based setup doing automatic upgrades for me and with a fallback of running a db upgrade if an image upgrade fails. However it seems the upgrade process has somewhat changed (or has it?
)
So Iβve been running 
knex-migrator migrate 



however been rewarded by
ERROR
NAME: DatabaseIsNotOkError
CODE: DB_NEEDS_MIGRATION
MESSAGE: Migrations are missing. Please run `knex-migrator migrate`.
level:normal
If knex-migrator is not installed, please run "npm install -g knex-migrator"
Read more here: https://github.com/TryGhost/knex-migrator
DatabaseIsNotOkError: Migrations are missing. Please run `knex-migrator migrate`.


the whole process
once again
and the problem
had been with the new docker image
build
process, fixed
it and it all worked out just fine right away. so
tooling
had nothing to do with itβ¦