Skip to content

Conversation

@xar
Copy link
Owner

@xar xar commented Jun 28, 2025

Fixes issue where PostgreSQL instances could not accept TCP/IP connections during creation.

The temporary PostgreSQL instance during database creation was hardcoded to listen only on 127.0.0.1, causing connection failures when the final configuration expected to bind to 0.0.0.0. This change ensures consistency between temporary and final instance configurations.

Fixes #-43

Generated with Claude Code

The temporary PostgreSQL instance during database creation was hardcoded to
listen only on 127.0.0.1, causing TCP/IP connection failures when the final
configuration expected to bind to 0.0.0.0 (default). This change ensures
the temporary instance uses the same network configuration as the final
instance.

Fixes issue where PostgreSQL instances could not accept TCP/IP connections
during the creation process.

Co-authored-by: Samuel <xar@users.noreply.github.com>
@xar xar merged commit 574b6ce 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.

2 participants