Skip to content

Conversation

atorrescogollo
Copy link

Fixes #495

This PR adds support for automatically retrying PostgreSQL connections in terraform-provider-postgresql, similar to the behavior already implemented in terraform-provider-mysql

Currently, unstable network issues can cause PostgreSQL connections to fail on the first attempt, leading to unnecessary errors. By adding retry logic, the provider becomes more resilient and reliable, especially in environments where the connection is unstable (for example, when accessing through a SOCKS proxy).

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.

Unstable connection to postgres via proxy

1 participant