Replies: 4 comments 9 replies
-
|
I am successfully running DB, redis and app server in a single instance. The steps were:
If you have run setup before, you can |
Beta Was this translation helpful? Give feedback.
-
|
Seems that you need to specify the database host by ip (127.0.0.1) instead of (localhost) to avoid it trying to connect via unix sockets (files) |
Beta Was this translation helpful? Give feedback.
-
|
Thanks everyone for your help. Turns out my issue was that I didn't have my database.yml set correctly: .env |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I have the same errro with kamal 1.9.x in rails app 7.0.8 what ip put here host: <%= ENV["KAMAL_POSTGRES_HOST"] %> the public IP for yout Droplet? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to deploy my application to a single Digital Ocean Droplet (database & app on one droplet). I'm following the Deploy Rails app and Postgres with Kamal(previously MRSK) on single DigitalOcean server but I get the following error:
deploy.yml:
Dockerfile
Would anyone have any suggestions on getting this to work? I wonder if I need to install the database on the server manually.
Beta Was this translation helpful? Give feedback.
All reactions