• Resolved elsmore

    (@elsmore)


    Hi, I’ve noticed wp_wplc_chat_sessions and wp_wplc_actions_queue are getting quite large (almost 30k rows and a combined 20MB) and I don’t believe it’s necessary in our particular case. Can I safely DELETE from those tables?

    I can’t see any way to clean up data from within the plugin – it would be useful to have this feature.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support wpdev3cx

    (@wpdev3cx)

    Hi @elsmore,
    wp_wplc_chat_sessions table is responsible for the chat history store. You are able to clean chat history from chat history menu , expand Actions And Filters and select from actions button “Clean sessions history”. This process will clean the table wp_wplc_chat_sessions and its corresponding messages from wp_wplc_chat_msgs.

    Table wp_wplc_actions_queue is a table which exists for backward compatibility and you are able to clean it up with a delete command at any time if you have already install the latest version of our plugin. Any other manual deletion in database it is possible to create issues to your installation, so be very careful.

    Thread Starter elsmore

    (@elsmore)

    That’s great, thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Database housekeeping’ is closed to new replies.