You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments