@Jack Yaz I checked on the code and propose the following modification to the code base.
FROM (LINE 1192):
if [ "$SIZEDB" -gt "$((SIZEAVAIL*1024))" ]; then
TO (LINE 1192):
if [ "$SIZEDB" -gt "$SIZEAVAIL" ]; then
I have tried to create a dummy script to simulate this scenario (See...
I can't seem to remove the database records via connmon.
Getting "Database size exceeds available space. 32.0KB is required to create backup." even if I have enough disk space.
admin@RT-AC86U-7CA8:/tmp/home/root# df -h
Filesystem Size Used Available Use% Mounted on...