Skip to content

Update to supported Postgres version #29213

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/database_monitoring/setup_postgres/selfhosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Agent collects telemetry directly from the database by logging in as a read-
## Before you begin

Supported PostgreSQL versions
: 9.6, 10, 11, 12, 13, 14, 15, 16
: 9.6, 10, 11, 12, 13, 14, 15, 16, 17

Prerequisites
: Postgres additional supplied modules must be installed. For most installations, this is included by default but less conventional installations might require an additional installation of your version of [the `postgresql-contrib` package][1].
Expand Down Expand Up @@ -585,4 +585,4 @@ If you have installed and configured the integrations and Agent as described and
[12]: https://www.postgresql.org/message-id/20100210180532.GA20138@depesz.com
[13]: /agent/configuration/agent-commands/#agent-status-and-information
[14]: https://app.datadoghq.com/databases
[15]: /database_monitoring/troubleshooting/?tab=postgres
[15]: /database_monitoring/troubleshooting/?tab=postgres
Loading