How can I solve this problem?
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
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.
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