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
fix: update postgres volume mount for Postgres 18+ compatibility
Changed volume mount from /var/lib/postgresql/data to /var/lib/postgresql
to match the new directory structure in Postgres 18+.
This fixes the error:
'these Docker images are configured to store database data in a format
which is compatible with pg_ctlcluster'
See: docker-library/postgres#1259
0 commit comments