-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Labels
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Bug Description
I tried to use the proxy with a cloud sql instance using Postgres 18. It seems like the proxy is detecting it as a MySQL instance trying to connect on 3337, making it unusable.
2025/10/27 07:12:52 proxy server error: dial error: failed to dial (connection name = "#########"): dial tcp ########:3307: connect: connection refused
It should be compatible with the versions offered in cloud sql, especially given that we can't rollback an upgrade in CLoud SQL.
Thank you
Example code (or command)
// paste your code or command here
Stacktrace
Steps to reproduce?
- ?
- ?
- ?
...
Environment
- OS type and version:
- Cloud SQL Proxy version (
./cloud-sql-proxy --version): - Proxy invocation command (for example,
./cloud-sql-proxy --port 5432 INSTANCE_CONNECTION_NAME):
Additional Details
No response
Metadata
Metadata
Assignees
Labels
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.