• Resolved pattcom

    (@pattcom)


    I have BUWP on threee sites. It works fine on two sites but not on the third (does not finish backing up)
    First two sites are hosted on Hostgator. The third site is on a different host, 1and1.com.

    I can backup the database ok, that happens quickly. But when I try to backup either the db and files, or just the files, it does not complete. I just get the spinning circle.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pattcom

    (@pattcom)

    Update
    I tried excluding /uploads and it did complete. So I know something related to the host server must be the issue.
    Another thing, though, the finished backups for this site do not offer a download option. On my other sites, there is always an option to download. Not sure why that is.

    Plugin Contributor Katrina “Kat” Moody

    (@katmoody)

    I’m not positive about the download link, but I think your issue with the backups is with your host, as 1&1 has a max_execution_time limit of 30 seconds for most their shared hosting packages, which will stall out many larger backups.

    You have a couple different paths to try to work around this issue and hopefully get those backups completing.

    Increase your server limits

    In your php.ini (If you’re not sure how to make changes to your php.ini, your host may have more information to help you.) try making sure the following values are set to at least these minimums. If you have a large site think of increasing them further. (Contact your host to find out if they enforce PHP or CPU max timeouts).

    – memory_limit = 256M
    – max_execution_time = 120
    – max_input_time = 120

    Check on Unix Zip Command

    If you’re hosted on a Linux machine, check with your host that the Unix ZIP Command is installed on the server as this is the most performant method of creating backups. Ensure that it is available for the plugin to use and not blocked in some way.

    Split your backups to reduce server load

    You can split your backup into two (or more) different schedules. Click here for more details.

    Additionally, consider the following:

    Store any of your sites files that are non-essential at a third party location, and exclude them from the backup. You can take this as far as storing old uploads directories, for example, storing your uploads from 2014 & older on a third party location, and then excluding them from future backups.

    Let me know if the above info helped you get any successful backup going or not. Unfortunately we might be limited as to other things to try. ??

    Kat

    Thread Starter pattcom

    (@pattcom)

    Thanks Kat,

    Can you post the link again for how to split backups?
    “You can split your backup into two (or more) different schedules. Click here for more details.”

    1and1 had not been good for a lot of my WordPress issues. I’ll look into that.

    Charles

    Plugin Contributor Katrina “Kat” Moody

    (@katmoody)

    Sorry about that – I guess I didn’t get that link copied in for you ??

    Here’s a link to that post on our Knowledge Base: https://bwp.hmn.md/knowledge-base/splitting-backup-workload-using-excludes-functionality/

    Let me know if that helps or if you have more questions!

    Kat

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Complete backup not finishing.’ is closed to new replies.