• Resolved Andy

    (@bonevet)


    Hi,
    I can import my website to new VM instance in Google Compute Engine, Bitnami Wodpress on NGINX with SSL without any issues, but only once. when I try to import again with incremental changes made on staging server the import remains stuck at 100% uploaded.
    I have tested this multiple times with VMs of varying processing power in past 2 weeks, can always import first time but can not import to same machine a second time. Have tried deactivating all plugins except AI1-WP-migration both before exporting and before importing, still stuck at 100%.
    Thanks in advance for your assistance.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    Please read these 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)
Viewing 1 replies (of 1 total)
  • The topic ‘Import stuck at 100 %’ is closed to new replies.