• Resolved youeverysecond

    (@youeverysecond)


    Hi,
    I’m using UD to backup my website before upgrading to the last WordPress version (and also update all my extensions).

    But it takes a very large amount of time. I think my site is fairly small (around 50-60 posts and 10 or 15 pages, no gallery…) and yes its amazingly slow…

    I’m on a free version of UD.

    Thanks.
    Nicolas.

    PS: whenever the backup terminates (or I just stop it because it takes too long) I’ll update this thread with a copy of the log.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter youeverysecond

    (@youeverysecond)

    Here is the log. I had to stop it after 1h30 of running….
    https://pastebin.com/x1w4fLnf

    Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    “1102.343 (2) PHP event: code E_WARNING: Error while sending QUERY packet. PID=22084 (line 1942, wp-includes/wp-db.php)”

    The most likely cause is that the database server drops the connection to WordPress after a set amount of time, and as a result UpdraftPlus isn’t able to update the database’s record of backup progress. You could avoid that by adding this to your wp-config.php, which causes UpdraftPlus to kill itself after 90 seconds (which appears to be the time after which the errors start) – when it resumes, it then will get another 90 seconds (and will continue until it completes):

    define(‘UPDRAFTPLUS_SET_TIME_LIMIT’, 90);

    Another warning is this “1102.428 (2) Binary zip: error (code: 9 – look it up in the Diagnostics section of the zip manual at https://www.info-zip.org/mans/zip.html for interpretation… and also check that your hosting account quota is not full)”

    Please make sure that there is more than enough space for the backups to be stored.

    Best wishes,
    Bryle

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Updraft Plus very slow’ is closed to new replies.