Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    Please go to UpdraftPlus “Settings” tab > show expert settings and disable “Automatica backup before update”. Make sure to click the “Save changes” button at the bottom of the page to apply new settings.

    Thanks,
    Bryle

    Thread Starter mrkknnthcrz

    (@mrkknnthcrz)

    I followed your instruction but seems it is already unticked since the beginning:
    https://prnt.sc/0dGyMHCDVb_I

    I am still getting the pop-up message.

    Do you have a hook instead, so that I can just add on functions.php

    Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    To completely disable them, you can add the following to your wp-config:
    define(‘UPDRAFTPLUS_NOAUTOBACKUPS’);

    Kind Regards,
    Bryle

    Thread Starter mrkknnthcrz

    (@mrkknnthcrz)

    Hi, thank you for the code.

    May I confirm if that code will NOT disable the scheduled backup?
    https://prnt.sc/YFS882-A36jd

    I still wanted to back up my site every week automatically.

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    No, it won’t. But make sure you put in normal quotes, not the curly quotes that the forum here can translate things into (and there was a bit missing above too):

    define('UPDRAFTPLUS_NOAUTOBACKUPS', true);

    David

    Thread Starter mrkknnthcrz

    (@mrkknnthcrz)

    Thank you, all good. Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove the “Automatic backup before update” permanently.’ is closed to new replies.