<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><p>Hello, I am reporting a bug on mr13.1.1 regarding the ngcp-cleanup-tools cleaning processes</p>
<p>The job is scheduled to delete from the database CDRs older than 90 days. The problem is that it does not start automatically CDRs are not deleted even though the process is active on the config.yml file. We need to launch it manually from the /etc/cron.d folder</p>
<p>cleanuptools:<br> acc_cleanup_days: '90'<br> archive_targetdir: /ngcp-data/backup/cdr<br> binlog_days: '15'<br> cdr_archive_months: '2'<br> cdr_cleanup_mode: backup<br> cdr_keep_days: 7<br> cdr_keep_months: '2'<br> compress: gzip<br> debugging: 0<br> delete_old_cdr_files:<br> enable: yes<br> max_age_days: '90'<br> paths:<br> - max_age_days: ~<br> path: /home/jail/home/*/20[0-9][0-9][0-9][0-9]/[0-9][0-9]<br> remove_empty_directories: yes<br> wildcard: yes<br> - max_age_days: ~<br> path: /home/jail/home/cdrexport/resellers/*/20[0-9][0-9][0-9][0-9]/[0-9][0-9]<br> remove_empty_directories: yes<br> wildcard: yes<br> - max_age_days: ~<br> path: /home/jail/home/cdrexport/system/20[0-9][0-9][0-9][0-9]/[0-9][0-9]<br> remove_empty_directories: yes<br> wildcard: yes</p></div></body></html>