• Resolved alois2020

    (@alois2020)


    I am trying to import a backup of 433MB and its uploading and gets stuck on 31%. I have changed server settings to max upload file 1000MB and max execution time 3000 but still no luck.

    Please assist

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Yani

    (@yaniiliev)

    Please read this guide: How to Increase Maximum Upload File Size in WordPress

    The easiest way to figure out the problem is to request error logs from your hosting provider for your website, then examine them around the time when you tried to upload the file.
    You will see what limit you have encountered and increasing it will solve the issue.

    The settings in PHP that you likely need to adjust are:

    • upload_max_filesize – set this to a value > than your backup
    • post_max_size – set this to a value > than your backup
    • memory_limit – set this to a value > than your backup
    • max_execution_time – set this to 0 (infinite)
    Thread Starter alois2020

    (@alois2020)

    Still getting stuck on 31%

    Plugin Author Yani

    (@yaniiliev)

    As the guide says, if you do it yourself, it will be hard.
    I recommend you to try the other, easier methods, in the guide if you are unable to do it yourself.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Backup Import Stuck at 31%’ is closed to new replies.