Replies: 3 comments
-
|
Hey @cb3inco, thanks for messaging On a D.T site we have running for over 7 years there is about ~500,000 records in the activity log. Field updates are stored there, as well as logs. If you have access to phpmyadmin and can run SQL commands: Will show you the count of each type of activity log. You might need to replace To delete all the Let us know how that goes! |
Beta Was this translation helpful? Give feedback.
-
|
@corsacca - FYI This is a single wordpress site btw. select action, count(*) as count from wp_dt_activity_log GROUP by action ORDER BY count DESC; Ran the delete command select action, count(*) as count from wp_dt_activity_log GROUP by action ORDER BY count DESC; I have an external service triggering WP cron, so I'm not sure exactly what's going on here. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for reporting back! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I'm migrating my site that is using Disciple Tools to a new server using the Updraft plugin. In restoring the database I noticed that the restore process is taking a fair bit of time.
At the time of this writing it's on record 2220000 and it's been a good 20 minutes so far. This is pretty minimal install. Why is there over 5 million rows in this database?
Beta Was this translation helpful? Give feedback.
All reactions