-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install postgresql-client 14 from PGDG APT repo
This fixes a version mismatch between the PostgreSQL server in postgis/postgis and pg_dump in our python-env image: server version: 14.5 (Debian 14.5-1.pgdg110+1); pg_dump version: 13.0 (Debian 13.0-3) Thanks to Drew Rotheram-Clarke (@drotheram) for discovering the bug. Thanks to Joseph Nahmias (jello) for telling me about the PGDG APT repo and https://wiki.postgresql.org/wiki/Apt on OFTC IRC #debian-devel. To be released as ghcr.io/opendrr/python-env:1.2.4 Fixes #67
- Loading branch information
1 parent
adb904a
commit a838d45
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters