n8n / Platform Services not starting since v7.7.1 upgrade
-
@rosano the upgrade shouldn't make the server unreachable. Can you think of a way to ssh into your server? Maybe hard reboot the server? Is this a home server or a VPS? Usually, there is a way to access the console and you can check the boot logs in the console.
-
@girish seems like hard reboot has the same result. Hetzner has a web console, but I will need to figure out what the password is, let me see…
Also tried stopping some apps I installed recently (cloudron build, docker registry, one custom packaged app) but it seems that process also stalls 'waiting for platform services to start'.
-
swapoff
seemed to not do anything, butsudo rm /apps.swap
did and I was able to run the script which seemed to be successful. After reboot via the Cloudron console and also power cycle on Hetzner, I'm still in the same place: 8 appsRunning
, 1 app stuck onRestarting
, 3 apps stuck onStopping
, timeout when connecting viassh
. -
@rosano ok, I think NaN is some cloudron bug that we have to debug further. But before we can debug that, we have to get SSH access somehow. Did you figure out the root password ? It seems you ran
sudo grep Port /etc/ssh/sshd_config
, so I guess you had root password, somehow? -