docker icon indicating copy to clipboard operation
docker copied to clipboard

`ps` in host should display PG connection information

Open jeffery9 opened this issue 4 years ago • 2 comments

when ps -axf on host, it should display postgresql connection string, this is a very bad idea. this should cause the whole database be delete by the bad man

I think that entrypoint always read database connection string from config file. If want pass those information from environment variable , but always save it to config file.

jeffery9 avatar Aug 28 '21 14:08 jeffery9

@jeffery9 Yup, I think this is mentioned in several issues. Need time and resources. Today you can make a custom entrypoint.sh and allow odoo to read odoo.conf to keep things off the logs.

lathama avatar Apr 02 '24 21:04 lathama

Related to https://github.com/odoo/docker/issues/334

lathama avatar Apr 02 '24 21:04 lathama