We are facing issue with the new installation 4.1.0 with windows (non docker)

Hi

I am using version 4.1.0, I have done installation but can not open CMS showing this error.

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.

Please help me

Thanks
Lalit Sharma

so had similar issue going from 4.0.14 → 4.2.2.
running off Windows Server and IIS. same thing just couldn’t get the Web interface to the logon screen.
ended up having to run this on the server and it started working:

Manually Run Database Migrations

It’s possible that the automatic upgrade process isn’t triggering the necessary database migrations. You can manually run the migrations using the Phinx tool included with Xibo:

Navigate to the Xibo Root Directory:

cd D:\7131_DATA\HostedSites\XiboV4\

Run Migrations:

php vendor\bin\phinx migrate -c phinx.php

Thanks to my old mate Chat… GPT haha