We have a requirement that we need to keep each binlog files(like mysql-bin-changelog.025249, mysql-bin-changelog.025250, mysql-bin-changelog.025251....) of MYSQL RDS to minimum 24 hrs.
However, i see that binlog files are getting purged/deleted after 10-12 mins.
Below is the current setup in my RDS parameter group:
binlogretention hours is set to 24 hrs.max_binlog_sizeis set to 134217728.binlog_expire_logs_secondsis set to 2592000.
Also, my MYSQL RDS database is heavily used and has 400+ tables.
Please let me know which parameter i need to change, so that each bin log should be retained for 24 hrs.