Hi,
I user PostgreSQL 16.5, pgaudit 16.0 and pgaudit_analyze 1.0.9.
I set up pgaudit_analyze like this:
psql -U postgres -f pgaudit_analyze/sql/audit.sql testdb
pgaudit_analyze/bin/pgaudit_analyze --daemon --user postgres /var/lib/pgsql/16/data/log
Audit logs written on pgadudit.log_event table. But then, new audit logs aren't written.
I have to kill the daemon and start it again.
Is there any recommendation about this?
Thanks.