• Resolved giles

    (@giles)


    BMI-QZDy7UvT-37627

    took a back up from my ‘Local’ wordpress stage site
    went to upload it to the web version and it failed.

    no other info

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

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

    (@giles)

    Now it worked and the connection to the database is failing.
    manually checked DB info is all correct

    Plugin Author iClyde

    (@iclyde)

    Hi @giles

    You reached limit of max_execution_time which is set to 30 second, while we recommend to use at least 180 seconds.

    If you struggle with database, make sure you don’t have any query limitations applied to your account.

    To remove limits use:

    ALTER USER 'your_user'@'localhost(or other host)' WITH MAX_QUERIES_PER_HOUR 0;
    FLUSH PRIVILEGES;

    Let me know if that resolves your issue ??
    Thank you!

    Plugin Support MixHa

    (@mixha)

    Hello @giles ,

    We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support thread. If you face any new issues, please feel free to open a new thread.

    Kind regards

    Thread Starter giles

    (@giles)

    I ended up doing everything manually.
    Was easier than using this plugin.

    • This reply was modified 10 months, 3 weeks ago by giles.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Failed Backup’ is closed to new replies.