• Resolved fobvpadmin

    (@fobvpadmin)


    I have started having a problem with BackUpWP.
    I think it started when I updated to wordpress version 5.5.3
    and php version 7.7.3.
    The log file shows the following:
    [INFO] BackWPup 3.8.0; A project of Inpsyde GmbH
    [INFO] WordPress 5.5.3 on https://www.braidburnvalleypark.org.uk/
    [INFO] Log Level: Normal
    [INFO] BackWPup job: BBVP Full Backup
    [INFO] Logfile is: backwpup_log_6cfef0_2020-12-06_11-37-24.html
    [INFO] Backup file is: 2020-12-06_11-37-24_5BACTKIS05.zip
    [06-Dec-2020 11:37:24] 1. Try to backup database …
    [06-Dec-2020 11:37:24] Connected to database braidbur_ddb on 10.169.0.167
    [06-Dec-2020 11:37:25] Added database dump “braidbur_ddb.sql” with 9.97 MB to backup file list
    [06-Dec-2020 11:37:25] Database backup done!
    [06-Dec-2020 11:37:25] 1. Trying to make a list of folders to back up …
    [06-Dec-2020 11:37:31] Added “wp-config.php” to backup file list
    [06-Dec-2020 11:37:31] 863 folders to backup.
    [06-Dec-2020 11:37:31] 1. Trying to create a WordPress export to XML file …
    [06-Dec-2020 11:37:33] Check WP Export file …
    [06-Dec-2020 11:37:33] WP Export file is a valid WXR file.
    [06-Dec-2020 11:37:33] Added XML export “Braidburn_Valley_Park_Edinburgh.wordpress.2020-12-06.xml” with 1.19 MB to backup file list.
    [06-Dec-2020 11:37:33] 1. Trying to generate a file with installed plugin names …
    [06-Dec-2020 11:37:33] Added plugin list file “Braidburn-Valley-Park-Edinburgh.pluginlist.2020-12-06.txt” with 1.33 KB to backup file list.
    [06-Dec-2020 11:37:33] 1. Trying to generate a manifest file …
    [06-Dec-2020 11:37:33] Added manifest.json file with 3.00 KB to backup file list.
    [06-Dec-2020 11:37:33] 1. Trying to create backup archive …
    [06-Dec-2020 11:37:33] Compressing files as ZipArchive. Please be patient, this may take a moment.
    [06-Dec-2020 11:43:52] WARNING: Job restarts due to inactivity for more than 5 minutes.
    [06-Dec-2020 11:43:53] 1. Trying to create backup archive …

    The log file repeats the last three lines over and over and the job has to be aborted.

    Advice would be much appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @fobvpadmin

    can you please deselect:

    XML export
    Plugin list file

    in the job and run it again please. Additional please read this one here: https://backwpup.com/docs/job-restarts-due-to-inactivity-for-more-than-5-minutes/

    Regards
    Andreas

    Thread Starter fobvpadmin

    (@fobvpadmin)

    Hi Andreas,

    I deselected XML export and Plugin list file and reran the job. The script still hangs at the same point and has to be aborted (log file as given in my first post). Looking back at previous log files it is claer that the problem started after I updated to Worpress 5.5.3.
    In case it helps I append the debug info. Note that I have set BackWPup maximum script execution time at 20 seconds. Thank you for your help

    WordPress version 5.5.3
    BackWPup version 3.8.0 Get pro.
    PHP version 7.3.3 (64bit)
    MySQL version 5.7.17
    cURL version 7.61.0
    cURL SSL version OpenSSL/1.0.2p
    WP-Cron url https://www.braidburnvalleypark.org.uk/wp-cron.php
    Server self connect Response Test O.K.
    Document root /var/sites/w/www.braidburnvalleypark.org.uk/public_html
    Temp folder /var/sites/b/braidburnvalleypark.org.uk/public_html/wp-content/uploads/backwpup-4029a9-temp/
    Log folder /var/sites/b/braidburnvalleypark.org.uk/public_html/wp-content/uploads/backwpup-4029a9-logs/
    Server Apache
    Operating System Linux
    PHP SAPI cgi-fcgi
    Current PHP user braidbur
    Maximum execution time 60 seconds
    BackWPup maximum script execution time 20 seconds
    Alternative WP Cron Off
    Disabled WP Cron Off
    CHMOD Dir 0755
    Server Time 10:39
    Blog Time 11:39
    Blog Timezone Etc/GMT-1
    Blog Time offset 1 hours
    Blog language en-US
    MySQL Client encoding utf8
    PHP Memory limit 256M
    WP memory limit 40M
    WP maximum memory limit 256M
    Memory in use 20.00 MB
    Loaded PHP Extensions: Core, PDO, Phar, Reflection, SPL, SimpleXML, Zend OPcache, bcmath, calendar, cgi-fcgi, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, geoip, gettext, hash, iconv, imagick, imap, intl, ionCube Loader, json, ldap, libxml, mbstring, memcached, mysqli, mysqlnd, openssl, pcre, pdo_mysql, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, posix, session, soap, sockets, sodium, sqlite3, sqlsrv, standard, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib

    Thread Starter fobvpadmin

    (@fobvpadmin)

    I have also now tried configuring the job in other ways:
    A. database only
    B. files only
    The result is the same. It hangs at “Compressing files as ZipArchive. Please be patient, this may take a moment.” And then repaets endlessly until aborted.

    Plugin Support happyAnt

    (@duongcuong96)

    @fobvpadmin
    hmm could you try backup with Tar instead of Zip?
    Thanks!

    Thread Starter fobvpadmin

    (@fobvpadmin)

    I switched to tar instaed of zip. It gave a few warning messages about file name format, like this:
    WARNING: File name “wp-content/gallery/bulb-planting/cache/Bulb Planting at the north end of the park 2007.JPG-nggid017-ngg0dyn-0x250x100-00f0w011c010r110f110r010t010.JPG” is too long to be saved correctly in Tar archive!

    But this time the job completed and the backup was uploaded to Dropbox OK.

    That’s progress! Any suggestions on a workaround for the file name length issue? Ive not seen this before (with zip).

    Thread Starter fobvpadmin

    (@fobvpadmin)

    I’ve been trying to find what was causing the backup to fail when using zip: I’d prefer to use zip since it doesnt seem to fail through long file names. I looked in the hosting back-end at the folder wp-content/uploads/ I see a few folders related to backwpup. In particular I see *three* backwpup temp files. Should there be three? One of them gives Invalid backend configuration when I try to open it. Is there some cleaning up to be done here?

    Plugin Support happyAnt

    (@duongcuong96)

    @fobvpadmin
    Sorry about the delayed response, yes, you can remove all backwpup-temp folders, it will be automatically created when needed.
    In some hosting environment, Zip archive can cause issues, that depends on host too in my experience.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘BackWPup hangs trying to create backup archive’ is closed to new replies.