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
- Change volume mount from /var/lib/postgresql/data to /var/lib/postgresql
- PostgreSQL 18+ requires single mount at /var/lib/postgresql for compatibility
- Fixes migration errors and database initialization issues
- Allows proper pg_upgrade usage without mount point boundary issues
- Reference: docker-library/postgres#1259
Verified:
- Database starts successfully with correct volume structure
- All Django migrations apply without errors
- Paperless webserver running on http://localhost:8000
- All 7 containers healthy (db, broker, minio, tika, gotenberg, minio-sync, webserver)
0 commit comments