Skip to content

Startup of postgresql 9.6 fails #10

Description

Hi,

the postgresql 9.6 startup fails with the following:

2020-06-17 19:52:32.710 UTC [87] FATAL: could not load private key file "/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied
2020-06-17 19:52:32.710 UTC [87] LOG: database system is shut down

I tried mapping that volume to my own snakeoil /etc/sssl/private folder cert but no success.

Created a separate volume, and moved the certificate there and tried root ownership,
postgres ownership. Failed.

Changed the ownership of the certificate back to (root:ssl-cert) kind by guessing the gid of the ssl-cert group in the image. Failed.

Tried to use a non ssl run like suggested in the docs (only define tomcat port 8080). Failed.

Redefined the NGINX_PORT to 80 hoping the whole SSL issue would vanish. Failed.

Any advice on this ?

Thank you,
Luc P.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions