Giter Club home page Giter Club logo

Comments (3)

josegonzalez avatar josegonzalez commented on July 30, 2024 1

We don't currently allow you to rename the postgres database that is created when you create a postgres service, so your best bet is to name it application_name_environment and then link appropriately.

IIRC you can just change the name in your config/database.yml to match the loaded service.

from dokku-postgres.

josegonzalez avatar josegonzalez commented on July 30, 2024

If you create a service:

dokku postgres:create SERVICE_NAME

Then the database name will be

SERVICE_NAME

Please see the documentation for further details.

from dokku-postgres.

knzudgt avatar knzudgt commented on July 30, 2024

@josegonzalez I understood how to assign a name to a postgres service, thank you.
However, I was mainly concerned about what name to choose and if there is any restriction.

In Ruby on Rails, the database configuration file is config/database.yml where each environment has its own configuration records, included the database name which is inferred by the name of the application: application_name_environment.
So, for the production environment we have application_name_production. There are also other useful records, such as the connection pool.

So I wonder: do I have to stick with the name contained in config/database.yml when I assign a name to the postgres service?

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.