Trying to update Xibo from 2.0.2 to 2.1 is not possible?

Hello,

I try to update my Xibo version from 2.0.2 to 2.1 but I get the message on the admin panel:

The CMS is temporarily off-line as an upgrade is in progress. Please check with your system administrator for updates or refresh your page in a few minutes.

and it is not possible for me to install the update. System informations:

Ubuntu 18.04
Manual installed Xibo 2.0.2 (CMS)
XMR etc. has been also manual installed and works fine

Thanks in advanced

You need to run the database migrations. With docker it’s handled for you.

For a custom install, you need to run the phinx migrations yourself.

/var/www/cms/vendor/bin/phinx migrate -c /var/www/cms/phinx.php

Assuming the CMS is installed in /var/www/cms

It’s covered in the CMS upgrade instructions in the docs here:
https://xibo.org.uk/docs/setup/upgrade-manual-custom-install