Ok so I am struggling here..
Current setup and following various docs that I have found on the site
Right Now a 3 Node Xdb cluster running 8.0.x
- Attempting a rolling upgrade from 8.x to 8.4
- Backups made
- Shutdown one node
- Upgrade to 8.4
- Make my.cnf changes where needed
- Attempt to bring 8.4 back up
- MOST items working properly
The Item I am struggling with is getting Auditing working on the 8.4 system I have had a few times where on the 8.4 system the SST had to happen (and would not start as I had some changed I missed in the my.cnf file and it would not start)
I have tried half a dozen ways thinking that the old audit plugin needs to be removed
I tried this Install the Audit Log Filter - Percona Server for MySQL
and the Manual update link does not tell me really anything on how to do it
Upgrading from plugins to components - Percona Server for MySQL
I also found the big report and am on 8.4.5-5.1 and made sure that the user ID I am using has all needed rights..
Any help someplace? I’m Starting to think that I should remain on 8.0 for a bit more to let 8.4 mature a bit more
info.txt (8.6 KB)
My old 8.0 config was
audit-log-format=“json”
audit-log-policy=“queries”
audit-log-rotate-on-size = 104857600
audit-log-rotations = 2
audit-log-file = /apps/opt/application/mysql/log/audit.log
log_error_verbosity=3
log_error_services=“log_filter_internal; log_sink_json”
The New I cant get to work at all and not sure what I am missing..