Skip to content

Commit

Permalink
Merge pull request #7 from pitabwire/bugfix/pg_hba_fix
Browse files Browse the repository at this point in the history
fix issue with pg_hba
  • Loading branch information
pitabwire authored Nov 19, 2022
2 parents f42cadd + 6c33f5c commit ec219be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datastore-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if [ ! -s "$PGDATA/PG_VERSION" ]; then
else

docker_init_database_dir
pg_setup_hba_conf "$@"
export PGPASSWORD=${POSTGRES_PASSWORD}
docker_temp_server_start "$@"
docker_setup_db
Expand Down

0 comments on commit ec219be

Please sign in to comment.