Question

Docker Deployment Failing for Kamal due to Database Connection

When I attempt to connect to the database while spinning up docker service - it fails while connecting. I am using the connection string approach within my rails env. My logs and server info is below. I also tried setting up the docker compose env to test the db connection and it fails there as well.

rails env:

app-1  | [randomhash] ActiveRecord::ConnectionNotEstablished (connection to server at "ip", port 25060 failed: Connection refused
app-1 | Is the server running on that host and accepting TCP/IP connections?

db:

[13-1] pid=-----,user=[unknown],db=[unknown],app=[unknown],client=[local] LOG: connection received: host=[local]

Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
October 23, 2023
Accepted Answer

Hi there,

Are you deploying your Dockerized app on a Droplet or on the DigitalOcean App Platform?

If this is on a Droplet, you would need to make sure that you’ve done the following:

  • Allow the Droplet’s IP address in the database cluster trusted sources as described here:

https://docs.digitalocean.com/products/databases/mysql/how-to/secure/

  • If you have a firewall on the Droplet itself, make sure that port 25060 is open for outgoing TCP connections

Let me know how it goes!

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel