WebGreg 1 Posted November 13, 2024 Posted November 13, 2024 Hi. NAME="CentOS Linux" VERSION="7 (Core)" /dev/mapper/centos_ba--eraappl--v-root 41G 40G 90M 100% / I have downloaded a virtual machine from the ESET website with the ESET server. When logging in, an error message appears as mentioned in the subject. From what I have checked, I ran out of space. What can I do without restoring the server backup? The reason is /var/lib/mysql/era_db/tbld_sysinspector_sysincspector_event_logdata.ibd. I have accumulated a lot of logs. At the moment, there is already a problem with executing minor commands due to lack of space, so probably the first thing I should do is clean up some less important files. Unfortunately, I am not a Linux user and I do not really know what to delete so as not to break anything.
Administrators Marcos 5,742 Posted November 13, 2024 Administrators Posted November 13, 2024 Please raise a support ticket for further assistance with purging SysInspector data from the database. We recommend generating SysInspector logs only when requested by technical support to tackle an issue,
WebGreg 1 Posted November 22, 2024 Author Posted November 22, 2024 Thank you, I managed it now, although to this day I don't know which operation ultimately helped. That's why, despite my sincere desire, I will not leave a hint for for future generations. Of the main ones - once after logging in I managed to change the log storage time to 1 day. Other main action is: # mysql -u root -p # USE era_db; # TRUNCATE TABLE tbld_sysinspector_sysinspector_event_logdata and a few smaller ones... Can be closed.
Recommended Posts