You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making use of CloudSQL PRoxy V2 binaries and maitaining backward compatibility (#1355)
* Update the incompatibility notice to alert users not to use CloudSQL Proxy (V1) with CloudSQL MySQL 8.4.
* Making use of CloudSQL PRoxy V2 binaries and maitaining backward compatibility
* Update cloud-sql-proxy/cloud-sql-proxy.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: Dilip Godhia <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: cloud-sql-proxy/README.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,15 @@ metadata on a given Cloud SQL instance.
10
10
11
11
**⚠️ IMPORTANT COMPATIBILITY NOTICE ⚠️**
12
12
13
-
**Cloud SQL Proxy V1 (the version that's currently the default in this initialization action) is not fully compatible with newer database versions like MySQL 8.4 and some newer Cloud SQL features.**
13
+
**Cloud SQL Proxy V2 script has been upgraded to use the latest binary client that is compatible with MySQL 8.4 and some newer Cloud SQL features.**
14
14
15
15
Specifically:
16
-
***MySQL 8.4's updated security model is incompatible with Cloud SQL Proxy V1.**
17
-
***Enabling "Shared CA"** or **"Customer-managed CA"** features for any Cloud SQL database (including older MySQL versions and PostgreSQL) will break connectivity with Cloud SQL Proxy V1.
18
-
16
+
***MySQL 8.4 has updated its security model that were incompatible with the earlier version of this CloudSQL Proxy script.**
19
17
20
18
To avoid connectivity issues, we highly recommend:
21
19
***Always testing your Cloud SQL Proxy configuration thoroughly** before adopting new Cloud SQL database versions or enabling advanced security features like Shared CA or Customer-managed CA.
22
20
23
-
***Consider upgrading to Cloud SQL Proxy V2** as soon as it's available. The Dataproc team is actively working on updating the underlying Cloud SQL clients in Dataproc images to use Cloud SQL Proxy V2.
24
-
25
-
* This documentation will be updated once the Cloud SQL Proxy V2 is available along with the Dataproc versions where the fix is available. See [Dataproc release notes](https://cloud.google.com/dataproc/docs/release-notes) for upcoming updates.
21
+
* The Dataproc team has updated the underlying Cloud SQL clients in Dataproc images to make use of Cloud SQL Proxy V2. The dataproc versions that are compatible with CloudSQL MySQL 8.4 are Dataproc versions 2.0.147, 2.1.96, 2.2.64 and 2.3.10 released on August 29, 2025. See [Dataproc release notes](https://cloud.google.com/dataproc/docs/release-notes) for any new updates.
0 commit comments