• Resolved donuts99

    (@donuts99)


    Hello everyone, I am unable to migrate my subdomain to my main domain. First I export the as per the instructions, which seems to work great. I then go to my main domain and import. The import process either hangs or it goes to 100% but does nothing after that. I did have success when I migrated from a local install to the subdomain, but now I am having no luck in going from my subdomain to the main.
    Any help is very appreciated.

    Jon

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

    (@yaniiliev)

    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)

    Also, please read these two guides:

    Thread Starter donuts99

    (@donuts99)

    Yani, I increased the memory limit and guess what happened?

    It worked like a champ.

    Thank you for you quick response, and all the time you put into helping.

    Jonny

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Migration from subdomain to main not working’ is closed to new replies.