I have an older server running Ubuntu 18.04.06 and an enterprise server with version 11.X which expired at the end of 2021. The server has been running fine for years and never had an issue. 2 days ago I had to reboot the server, which is a VM and has docker running all the containers for the enterprise version. The server now only ever spins at the web portal wit the following:
The portal start up process might take some time, please wait…
Please do not reload the page or shut down your computer.
We are working on it.
I am able to log into the docker containers and services, but systemctl complains its not running on the community server container.
I’m looking to get some help on this to figure out how to get the server and services back up and running again so I can access the files.
Hi @dthompson , please execute docker exec -it onlyoffice-community-server service monoserve status
If the service is down, restart it with docker exec -it onlyoffice-community-server service monoserve restart
It seems that reinstalling this way will not work due to an old version of ONLYOFFICE components you were using. Please restore the server snapshot to proceed with the troubleshooting.
Even though this is a rather old thread, I stumbled across the same problem on Ubuntu 18.04 trying to upgrade a very old version of Onlyoffice.
The “unknown flag: --cgroupns” error is due to an old docker version that will not be upgraded on ubuntu 18.04 unless the new dependencies will be deployed. So