Troubleshooting Tip: Database replication fails due to full disk on secondary appliance
| Description | Below are the recommended steps to monitor and remove any uncompressed backups on the secondary appliance. |
| Scope | FortiNAC 9.X (this article uses CentOS). |
| Solution | Note that the steps outlined below only apply to secondary CA or Control servers.
find /bsc/campusMgr/master_loader/mysql/backup/* -not -name "*.gz"
find /bsc/campusMgr/master_loader/mysql/backup/* -not -name "*.gz" -delete
df -h |
