Ask A Question

Notifications

You’re not receiving notifications from this thread.

How can I solve this problem?

Juan Alexander Rodríguez Álvarez asked in Servers

ERROR (SSHKit::Command::Failed): Exception while executing on host 142.93.8.11: docker exit status: 1
docker stdout: Nothing written
docker stderr: Error: target failed to become healthy

Reply

Looks like a docker issue, SSH into the server and view the container logs:

docker logs <container_id>

Then look for any errors or unusual messages in the logs that might indicate why the service didn’t start correctly.

Reply

estoy follow this tutorial https://gorails.com/deploy/ubuntu/24.04, the error docker is in container postgresql
2024-11-11 15:02:41.779 UTC [12883] LOG: invalid length of startup packet
2024-11-11 18:29:10.887 UTC [12886] FATAL: unsupported frontend protocol 0.0: server supports 3.0 to 3.0
2024-11-11 18:29:11.029 UTC [12887] FATAL: unsupported frontend protocol 255.255: server supports 3.0 to 3.0
2024-11-11 18:29:11.170 UTC [12888] FATAL: no PostgreSQL user name specified in startup packet
2024-11-11 18:38:34.549 UTC [12889] LOG: invalid length of startup packet

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 86,796+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.