fjf2002
74e51d102a
prep for possible set -u in docker-entrypoint.sh
...
Update docker-entrypoint.sh
2022-06-16 15:11:37 -07:00
Héctor Molinero Fernández
e8ebf74e50
Add .sql.zst support to docker-entrypoint-initdb.d
2022-03-04 17:28:24 -08:00
Tianon Gravi
36abfddd6f
Remove 9.6 (EOL)
...
See https://www.postgresql.org/about/news/postgresql-141-135-129-1114-1019-and-9624-released-2349/
> Additionally, this is the final release of PostgreSQL 9.6. If you are running PostgreSQL 9.6 in a production environment, we suggest that you make plans to upgrade.
2022-02-11 17:52:48 -08:00
tobwen
a83005b407
Fix unset/cleanup "nss_wrapper" bits ( #919 )
...
original code didn't respect libnss-wrapper at other locations
2022-01-03 14:49:25 -08:00
Bartlomiej Szostek
edce986784
fix: Add --no-psqlrc to psql script invocations
...
This flag prevents custom .psqlrc files from interfering with the db init process
2021-10-23 21:54:12 +01:00
Joe Ferguson
c6329e3bf2
Adjust POSTGRES_HOST_AUTH_METHOD to automatically match configured password_encryption
2021-10-15 14:52:26 -07:00
Tianon Gravi
ab940cbb92
Fix "libnss-wrapper" usage on bullseye
...
See b9925a653a for the breaking change which necessitates this.
2021-09-28 10:57:41 -07:00
Tianon Gravi
ba302205a1
Explicitly unset PGHOST for temporary server communications
2021-01-18 15:56:04 -08:00
yosifkit
03e769531f
Merge pull request #801 from infosiftr/db-exists
...
Do not try to create databases that already exist
2020-12-28 14:39:40 -08:00
Tianon Gravi
36ffea2cb2
Adjust "chmod" to not fail (since PostgreSQL validates this itself later)
2020-12-28 09:51:28 -08:00
Tianon Gravi
11e397d86c
Do not try to create databases that already exist
...
We were already checking for whether `POSTGRES_DB` was set to `postgres`, but this was the underlying motivation for that check (and it turns out that this applies for values of at least `template0` and `template1` as well).
2020-12-22 14:00:05 -08:00
xpetit
fdf884a12f
Fix typo
2020-09-06 18:17:09 +02:00
Josef Šimánek
b96659493b
Add 13 beta 1.
2020-05-21 17:26:06 +02:00