Replies: 1 comment
-
|
Yes, an external dependency broke SSH on v430, so if you are using v430 you need to upgrade manually to v431, which resolves the dependency issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For anyone who might be having the same problem:
The update via the coolify view took forever for me and did not end. But the installation via the console worked, and then the internal coolify server was running again. It worked again after I both updated to .431 and manually changed the DB user from ‘coolify’ to ‘root’, what seemed to be the real problem.
https://coolify.io/docs/get-started/upgrade
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash##########################
Hello,
I updated my Coolify instance today to v4.0.0-beta.430.
Immediately afterwards the internal server (the default “localhost” entry) became “not reachable” in the Servers tab. Before the update, everything worked fine.
What happens
What I tried
/root/.ssh/authorized_keys./rootand.sshare700,authorized_keysis600.ssh -i /data/coolify/ssh/keys/ssh_key@… [email protected]
→ Works fine, login succeeds.
serverstable):user=coolify(which doesn’t exist on my server).user=root.docker logs coolify) show jobsServerConnectionCheckJobandServerCheckJobrunning, but no errors — andvalidation_logsfor the server is empty.Follow-up
.431, but the update process runs endlessly and never finishes.Expected
.431should complete successfully.Current state
.431doesn’t finish, still run and run and runCould you please confirm if this is a known bug in beta.430 / 431 and advise whether there is a workaround or if we should wait for the next patch?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions