Giter Club home page Giter Club logo

Comments (8)

wingrunr21 avatar wingrunr21 commented on September 6, 2024

For a bit more info, it looks like the generated hostname (for my case) is being set to: dokku-postgres-program_pushfitnesscolorado_com. The actual docker container is named dokku.postgres.program_pushfitnesscolorado_com.

The hostname of the actual VPS is program.pushfitnesscolorado.com. The postgres container is named program_pushfitnesscolorado_com.

The rest of dokku is working correctly (vhost generation and such).

from dokku-postgres.

josegonzalez avatar josegonzalez commented on September 6, 2024

Can you do docker inspect CID on that container?

from dokku-postgres.

wingrunr21 avatar wingrunr21 commented on September 6, 2024

Truncated obviously:

...
"Config": {
        "Hostname": "6c56bf3c44b6",
        "Domainname": "",
}
...

from dokku-postgres.

Flink avatar Flink commented on September 6, 2024

I need to test this, but I think the problem might be the underscores in the hostname.

from dokku-postgres.

Flink avatar Flink commented on September 6, 2024

Ok, so underscores seems to be accepted in a hostname (ping works correctly) but when testing with a rails app, I have the following error:

Message from application: the scheme postgres does not accept registry part: postgres:e8ece2babb9a2d5afc4df3ba695c2e39@dokku-postgres-program_pushfitnesscolorado_com:5432 (or bad hostname?)

Renaming the docker link to dokku-postgres-program-pushfitnesscolorado-com instead seems to work as expected. I’ll make a patch ;)

from dokku-postgres.

Flink avatar Flink commented on September 6, 2024

@wingrunr21 fixed in latest master, thank you for reporting!

from dokku-postgres.

josegonzalez avatar josegonzalez commented on September 6, 2024

@Flink you think this is ready to port elsewhere?

from dokku-postgres.

Flink avatar Flink commented on September 6, 2024

I’ll port it at the same time I’m porting the revamped link/unlink commands (since otherwise we still use IP instead of hostnames)

from dokku-postgres.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.