Migration lock after updating Ghost

The only recommend way to install Ghost is using the Ghost-CLI.

You can manually unlock the database. But be aware that you are responsible for manual actions like that. You should double check the health of your database before running this command.

UPDATE migrations_lock set locked=0 where lock_key='km01';