• Resolved sottise

    (@sottise)


    Hi,

    I’ve been encountering problems with my host since my database has a size of more then 200MO.
    When I found that actually the wp_aiowps_events table was the problem with a size bigger than 180MO!!
    I cleaned up the table but there is no way to limit the log files??
    Because this is a SERIOUS problem…

    Thanks, greetz

    • This topic was modified 6 years, 9 months ago by sottise.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    That’s odd because this plugin does have a cleanup process which is run via wp cron.
    Using the “aiowps_hourly_cron_event” there is a check which is performed which will basically clean up that table.
    The default behaviour is that the code will clean up the oldest rows and keep a max of 5000 rows. (The number of rows to keep is filterable)
    I wonder if the wp cron “aiowps_hourly_cron_event” is running properly on your server?

    If you find that it is not scheduled for some reason, you can simply deactivate and reactivate the aiowps plugin which will reschedule the wp cron events and it should immediately invoke the method which will do the DB cleanup.

    Thread Starter sottise

    (@sottise)

    Hello,

    Thanks for your reply.
    I just followed your advice, and now I can see via WP control the “aiowps_hourly_cron_event” (and daily), that were missing previously.
    Weird.
    I’ll keep the 404 option switched off anyway for now.

    Thanks!
    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_fr_aiowps_events size has killed my database!!’ is closed to new replies.