Skip to content

Conversation

@xar
Copy link
Owner

@xar xar commented Jun 28, 2025

Fixes PostgreSQL lock file permission issues by configuring the unix_socket_directories parameter when starting temporary PostgreSQL instances.

Changes

  • Add unix_socket_directories parameter when starting temporary PostgreSQL
  • Prevents permission denied errors by using user-local socket directory
  • Fixes lock file creation issues in /var/run/postgresql/

Resolves #41

Generated with Claude Code

- Add unix_socket_directories parameter when starting temporary PostgreSQL
- Prevents permission denied errors by using user-local socket directory
- Fixes lock file creation issues in /var/run/postgresql/

Resolves #41

Co-authored-by: Samuel <xar@users.noreply.github.com>
@xar xar merged commit 7c908c9 into main Jun 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lock issues

2 participants