Skip to content
Draft
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
2 changes: 2 additions & 0 deletions content/en/database_monitoring/setup_postgres/selfhosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@
To verify the permissions are correct, run the following commands to confirm the Agent user is able to connect to the database and read the core tables:
**Note**: After installing and configuring the Agent, you can also run `datadog-agent diagnose` to automatically validate your Postgres DBM setup, including connection, version support, required GUCs, role membership, and per-database schema/function prerequisites. The diagnostics report actionable remediation hints for common configuration issues.

Check notice on line 216 in content/en/database_monitoring/setup_postgres/selfhosted.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

{{< tabs >}}
{{% tab "Postgres ≥ 10" %}}

Expand Down
Loading