Image needs POSTGRES_USER/PASSWORD and setting them in docker compose doesn't work
onurctirtir opened this issue · 1 comments
Lastly, @belyaev-andrey opened #169 to add POSTGRES_PASSWORD
environment variable to be able to start citusdata cluster properly. The problem was due to the base (PostgreSQL) docker image config is changed (in 12.2) and now it requires password parameter to start the PostgreSQL container.
Other than the above problem, we also had bunch of issues (#128 & #75) previously on setting environment variables to citus image in a proper way and @jasonmp85 opened #76 to solve those issues
Together with @hanefi, we are researching the possible solutions to those above issues
We are rollbacking the base PostgreSQL image version to 12.1 to mitigate the issue (see #172). After fixing the problem around POSTGRES_PASSWORD
, we will bump base PostgreSQL image version to 12.2 again