Skip to content

Commit 02d6052

Browse files
Adding special character caveat to PG DBM doc (DataDog#23095)
* Adding special character caveat to PG DBM doc Customers often get password validation failed errors from our postgres integration/DBM which is often caused by special characters. The line I added is copied directly from the MySQL version of this doc: https://github.com/DataDog/documentation/edit/master/content/en/database_monitoring/setup_mysql/rds.md/ * Update content/en/database_monitoring/setup_postgres/selfhosted.md Co-authored-by: Alicia Scott <aliciascott@users.noreply.github.com> * Apply suggestions from code review --------- Co-authored-by: Alicia Scott <aliciascott@users.noreply.github.com>
1 parent c401552 commit 02d6052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/database_monitoring/setup_postgres/selfhosted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ Installing the Datadog Agent also installs the Postgres check which is required
246246
{{% /tab %}}
247247
{{< /tabs >}}
248248

249+
**Note**: Wrap your password in single quotes if a special character is present.
250+
249251
2. [Restart the Agent][10].
250252

251253
### Collecting logs (optional)

0 commit comments

Comments
 (0)