n8n / Platform Services not starting since v7.7.1 upgrade
-
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? -
-
@nebulon seems also that the swap file was commented out in
/etc/fstab
(again not sure why/how) so it doesn't persist across restarts, and I guess the script you posted wouldn't affect this.# /apps.swap none swap sw 0 0
After uncommenting and
reboot now
, there seems to be a swap file viaswapon
:/apps.swap file 3.7G 1.8M -2
And all apps are running / stopped as expected, nothing hanging thanks for your patience and help .
I wonder what about this could have to do with the latest Cloudron update as I didn't touch anything in the last days and everything seemed to be fine.
-