Cloudron is offline. Reconnecting...
Solved
Support
-
I have recently installed Cloudron on a VM, had it all set up and working. I restarted the server and the site never came up. I have the log which shows:
Does anyone know what may be causing the error?
-
@harrowsmith this seems like mysql is down. Can you check
systemctl status mysql
and maybesystemctl restart mysql
? If it's not starting, checkjournalctl -u mysql
. -
@harrowsmith looks like something else is running on port 3003? I think
lsof -i TCP:3003
will tell you what that is. -
-
@harrowsmith can you run
docker network inspect cloudron
to see if the network it tries to bind on is actually created? -