• Resolved venturesscot

    (@venturesscot)


    Hi, I uninstalled Updraftplus a few weeks ago as it never worked properly. I’ve realised today that it is still backing up to my Google Drive. I no longer have the plugin installed so how do I stop these backups from happening? Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Support vupdraft

    (@vupdraft)

    You can remove the settings from the DB, to do this:

    In your hosting Site Tools->Site->MySQL->phpMyAdmin, open your database

    Search the database for a table named wp_options (your prefix may be different

    In each table, select ‘Search’ and enter the following: 

    Column name: ‘option_name’ 

    Operator: ‘LIKE %…%’ 

    Value: ‘updraft’

    This will bring up all UpdraftPlus options in the table. Delete these rows

    In the same table, Search for a row with option_name = ‘cron’. Delete this row

Viewing 1 replies (of 1 total)
  • The topic ‘Backups saving to Google Drive even though I have uninstalled the plugin’ is closed to new replies.