Help Center/ Database Security Service/ FAQs/ Troubleshooting/ What Do I Do If I Audit RDS Postgres Database but No Audit Result Is Displayed?
Updated on 2025-06-26 GMT+08:00
What Do I Do If I Audit RDS Postgres Database but No Audit Result Is Displayed?
Symptom
No audit result is displayed after an RDS Postgres database is audited.
Possible Causes
- The configuration of the DBSS audit instance is incorrect. Check the configuration again.
- If the configuration is correct but no audit result is displayed, connect to the database instance in non-SSL mode.
Solutions
Run the following command to connect to the database:
psql -h xxx.xxx.xxx -p 5432 "dbname=postgres user=root sslmode=disable"
Parent topic: Troubleshooting
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.