I found a good read on migrating WP sites click here
Because GoDaddy places unreasonably low quotas on file uploads you cannot upload plugins you want to use. The net effect is that you have to spend needless amounts of time searching the blogasphere to find out how to 1. find your php.ini file 2. discover that based on your hosting plan don’t even have a php.ini file as Plesk uses user.ini instead 3. search to find the correct additions to the user.ini file.
Even after making edits to the .user.ini file it still didnt work! After too many calls to GoDaddy I finally got it to work. Actually a great tech finally set me in the right direction. I have another post about this particular experience.
https://il.godaddy.com/en/help/php-upload-limits-on-shared-hosting-1475?
memory_limit = 512M
max_execution_time = 600
max_input_time = 600
post_max_size = 512M
max_input_vars = 10000
file_uploads = -1
max_file_uploads = 35
upload_max_filesize = 728M