Using PgAudit with Backend Postgres Database

1
Good morning,    I am wondering if it’s possible to use PgAudit with Mendix Cloud V4? We want to perform custom auditing in our application. If not, is it possible to use another database than the default in this environment such that database auditing can be achieved? We have checked out the “Audit Trail” extension and found that this will not meet our teams needs.   Thank you for your help, Mark
asked
1 answers
0

You cannot access the „included“ postgres database from outside. You can use another database which you can access with other tools. For cloud deployment see https://docs.mendix.com/refguide/custom-settings/#4-database-settings

for running local see https://docs.mendix.com/refguide/configuration/#database

answered