Replies: 2 comments
-
|
Had the same issue again on another server that barely has traffic or connections, and it's totally on a different organization. The backup failed due to the same error, what's going on? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
A different user noticed that their server was under a SSH Brute Force Attack. Maybe check your servers for similar activity. |
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.
-
The issue started while deploying a new feature. The last successful deployment was about two weeks ago.
During deployment, we began getting:
The failure happens at the SSH stage before the build starts. Coolify cannot execute remote commands, so the deployment stops immediately.
At the same time we noticed:
From server logs, it appears SSH was dropping connections under load, and Coolify’s SSH session was getting reset. This explains the exit code 255 and failed deployments.
Temporary Fix Applied
We adjusted the SSH configuration to reduce connection drops and throttling:
MaxStartups,MaxSessions)After these changes:
Current Status
Deployment is working again after tuning SSH.
We would like to know:
At the moment, the issue appears resolved, but we want to confirm whether this is the correct and final approach.
Beta Was this translation helpful? Give feedback.
All reactions