Install Mem0 PostgreSQL runtime library #8

Merged
slh merged 1 commits from fix/mem0-libpq-runtime into main 2026-07-17 17:32:16 +08:00
Collaborator

The Mem0 server installed psycopg but the final slim image lacked libpq, so Alembic exited before startup. Install only Debian's libpq5 runtime package in the final stage. A candidate image was built and import psycopg selected a working pq implementation. No database, secret, model route, or production container is changed by this PR.

The Mem0 server installed psycopg but the final slim image lacked libpq, so Alembic exited before startup. Install only Debian's libpq5 runtime package in the final stage. A candidate image was built and `import psycopg` selected a working pq implementation. No database, secret, model route, or production container is changed by this PR.
git-bridge added 1 commit 2026-07-17 17:15:53 +08:00
slh approved these changes 2026-07-17 17:32:11 +08:00
slh merged commit 40eb38441f into main 2026-07-17 17:32:16 +08:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: slh/infra#8
No description provided.