Migration from local to GoDaddy Hosting Fail

UpdraftPlus Home Forums Paid support forum – UpdraftPlus backup plugin Migration from local to GoDaddy Hosting Fail

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #315651
    rboudreau
    Participant

    Hello,

    I’ve tried migrating my site from a local server to a GoDaddy hosted server several times now and it’s failed each time.

    During the backup process it generally went through 2 periods of time outs due to “errors”. I’ve enabled wp_debug on my local site and am not having any issues appear (issues only appeared when I intentionally broke a file).

    My first attempt at migrating I attempted to restore all back-ups on the new site at once (i.e. database, plugins, themes, uploads, any other… all checked). The second time I tried to restore them one by one and only had it fail at the “Database” restore.

    Here is the most recent log that was generated by the plugin: https://nafood.com/log.c3c2d5ca4dc7.txt

    Thanks for your help!

    #315652
    rboudreau
    Participant

    also, this is the linked “log file”
    WordPress database error: [Table ‘jukegafr_wp1.wp_posts’ doesn’t exist]
    SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = ‘wpcf7_contact_form’ AND ((wp_posts.post_status <> ‘trash’ AND wp_posts.post_status <> ‘auto-draft’ AND wp_posts.post_status <> ‘tco-data’)) ORDER BY wp_posts.ID ASC

    WordPress database error: [Table ‘jukegafr_wp1.wp_revslider_sliders’ doesn’t exist]
    select * from wp_revslider_sliders where type != ‘template’ OR type IS NULL order by id ASC

    Notice: Exception: fetch – Table ‘jukegafr_wp1.wp_revslider_sliders’ doesn’t exist

    Query: select * from wp_revslider_sliders where type != ‘template’ OR type IS NULL order by id ASC in /home/jukegafr/public_html/nafood.com/namm2018/wp-content/themes/pro/cornerstone/includes/utility/plugin-base.php on line 255

    Fatal error: Uncaught Error: Call to a member function get_element_names() on boolean in /home/jukegafr/public_html/nafood.com/namm2018/wp-content/themes/pro/cornerstone/includes/classes/elements/class-element-front-end.php:28 Stack trace: #0 /home/jukegafr/public_html/nafood.com/namm2018/wp-includes/class-wp-hook.php(286): Cornerstone_Element_Front_End->register_shortcodes(”) #1 /home/jukegafr/public_html/nafood.com/namm2018/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/jukegafr/public_html/nafood.com/namm2018/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/jukegafr/public_html/nafood.com/namm2018/wp-settings.php(471): do_action(‘wp_loaded’) #4 /home/jukegafr/public_html/nafood.com/namm2018/wp-config.php(100): require_once(‘/home/jukegafr/…’) #5 /home/jukegafr/public_html/nafood.com/namm2018/wp-load.php(37): require_once(‘/home/jukegafr/…’) #6 /home/jukegafr/public_html/nafood.com/namm2018/wp-blog-header.php(13): require_once(‘/home/jukegafr/…’) #7 /home/jukegafr/ in /home/jukegafr/public_html/nafood.com/namm2018/wp-content/themes/pro/cornerstone/includes/classes/elements/class-element-front-end.php on line 28

    #316271
    Dee Nutbourne
    Moderator

    Hi,

    Apologies for the delay.

    From the log, it appears that the MySQL server closed the connection.
    This can be caused either by the timeout being too low, or the request is too large.

    Please could you contact your server admin/hosts and ask them to check the following MySQL variables, and increasing them if possible:

    • max_allowed_packet to at least 64M
    • wait_timeout to 600 seconds

    Best Wishes,
    David N

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Migration from local to GoDaddy Hosting Fail’ is closed to new replies.