• Resolved pellapro

    (@pellapro)


    The wp_aiowps_message_store database table is 165MB. I have tried to clear all logs but it did not fixed the problem and I can’t see where exactly I can clear all this data. Is there a way? Also, is there a way to prevent it from happening in the future?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @pellapro

    Your site might be under brute force attack so it might be keep increasing it rapidly that table rule_triggered log. and will be used for the firewall debug log. we are working right now on this to prevent it.

    As a temporary solution for the below file

    wp-content\plugins\all-in-one-wp-security-and-firewall\classes\firewall\libs\wp-security-firewall-debug.php

    line 30 code change it from

    if (!$aiowps_constants->AIOS_FIREWALL_DEBUG && 'rule_triggered' !== $event) return;

    to below mentioned it will stop adding to that table.

    return;

    Regards

    Thread Starter pellapro

    (@pellapro)

    Done. Thanks for the quick reply!

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @pellapro

    Ok, Hope now there are no more records added to wp_aiowps_message_store table

    You can remove old records from wp_aiowps_message_store using mysql client directly because right now there is no list to remove it.

    Regards

    Thread Starter pellapro

    (@pellapro)

    Emptied the table and it seems like it’s no adding anymore entries.
    I have also spoken to my server provider on how to take better measures against those attacks.

    Are you going to release an update with a permanent solution?

    Thanks for your great support!

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @pellapro

    Sorry for the late reply.

    Yes, going to work on permanent solution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘wp_aiowps_message_store db table bloated’ is closed to new replies.