Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated RDS documentation to include SSL connection required for PostgreSQL version 15+ #2417

Merged
merged 6 commits into from
Sep 27, 2023
2 changes: 2 additions & 0 deletions _docs/services/relational-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ These are the current supported major versions for PostgreSQL:
- 14
- 15

*\*Note: For PostgreSQL versions 15+ to connect to your database an SSL connection is required. As such you will need to configure your client library you use to connect to your database to use an SSL connection.*
ArsHaider marked this conversation as resolved.
Show resolved Hide resolved

These are the current supported major versions for MySQL:

- 8.0
Expand Down