• Resolved bsastregenexus

    (@bsastregenexus)


    I have uninstalled the plugin, and I would like to know if there is data left in the database, and how to delete it.

Viewing 1 replies (of 1 total)
  • Plugin Support Delicious Brains Support

    (@dbisupport)

    Hi there,

    WP Migrate Support Team here, Thanks for reaching out with your query we would be happy to assist!

    WP Migrate stores all of its data in the wp_options table. If you have a tool like PHPMyAdmin you can find all of the settings by searching for any settings that contain “wpmdb_“.

    Most of the settings, including the license, are stored in the “wpmdb_settings” setting.

    To delete the remaining WP Migrate database records, you can run the command below on your database:

    DELETE FROM wp_options WHERE option_name LIKE ‘%wpmdb%’

    Please make sure to create a database backup first before making any changes to your database.

Viewing 1 replies (of 1 total)
  • The topic ‘remove wp migration lite data from database’ is closed to new replies.