Update to Xibo CMS 1.8.9 not possible

Hi,
On a Kubernetes, I had the version of Xibo 1.8.7 that I could successfully migrated to version 1.8.8. The error on the VideoIn.php file is problematic. Also I want to migrate to version 1.8.9

app_ver = 1.8.8
XmdsVersion = 5
XlfVersion = 2
DBVersion = 139.

When I run the update, it hangs on a maintenance operation without my knowing which one. As a result, the HTTP server does not start and the application is not accessible.

The system hangs at the message “Running maintenance”

Where that happens, it’s typically because the CMS cannot contact the XMR server you have configured.

You need to make sure that XMR is running before the CMS starts up, and that it is available at the address you’ve configured for the private address for the CMS to contact.

If you’re running in Kubernetes, then presumably XMR is in the same pod as the CMS? in which case the correct address for the XMR private address would be tcp://localhost:50001 since pods share the same address space.

You must be using the 0.7 release of XMR for it to work on Kubernetes.