Skip to content

cLIMS setup on local machine- Postgres update #73

@Snehal1894

Description

@Snehal1894

While setting up cLIMS on my laptop, I can across an issue related to intializing the database.
This is because of the updates in Postgres 9.x images on Docker (it has to do with security).
It requires following lines to be added in docker-compose.yml file (either local or production depending on which we are running)
environment:
POSTGRES_DB: "db"
POSTGRES_HOST_AUTH_METHOD: "trust"

More info about this : http://support.divio.com/en/articles/3719228-database-is-uninitialized-and-superuser-password-is-not-specified

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions