oznu / docker-unms

This image is no longer maintained: https://github.com/oznu/docker-unms/issues/53
143 stars 68 forks source link

Postgres doesn't start #35

Closed deimosfr closed 5 years ago

deimosfr commented 5 years ago

Hi,

I've got a problem running 0.13.2 and got issue with postgres:

s6-setuidgid postgres postgres                                                                                              
s6-applyuidgid: fatal: unable to exec postgres: No such file or directory

I could make it running with a dirty hack:

ln -s /usr/lib/postgresql/9.6/bin/postgres /usr/bin/

But it would be better to fix it properly by adding the bin path in the PATH.

Thanks

ofadam commented 5 years ago

How exactly would I adjust the PATH to fix it? Just add ":/usr/lib/postgresql/9.6/bin/"?

deimosfr commented 5 years ago

It works thanks