Cant IMPORT Local Site

Hello, i am trying to import my site using WP-All In One Migration and i have installed the additional plugin to change the maximum file upload from 8mb to 512mb, but now there isnt enough disk space to fit the site which is about 185mb.

Is there anyway to temporarily increase the disk space until the import has succeeded and then i cant delete the large all in one plugin extension?

Or is there another way to import the site?

Thanks
Joe

No we can’t sadly increase free limits for any user.
You could upload the local public_html into 000webhost.
Import the local .sql into 000webhost
Change the wp-config.php to match 000webhost.
Change wp_options table SITE URL to match 000webhost?

Or upgrade to avoid limitations, or use alternative free hosting.

And would i still need to have wordpress installed on 000webhost or should i reset the site completely and import my site files and database then?

Thank you for the reply.

Is there a write up with a step by step instruction on what i need to change please? I havent done anything like this before and i am still very new to web development

Simple Checklist:

  1. Backup site files
  2. Export database (SQL file)
  3. Install WordPress for new site
  4. Import database (SQL file)
  5. Replace wp-content folder
  6. Edit wp-config.php file with correct settings
  7. Replace URLs
  8. Delete old site

Detailed Checklist:

Phase 1: Preparing the site for transfer

  1. Login into development site Cpanel
  2. Go into File Manager
  3. Download wp-config.php file
  4. Zip up wp-content folder
  5. Download zip folder
  6. Go into phpMyAdmin
  7. Export site database (sql file)

Phase 2: Setting up the site on the new host

  1. Login into new hosting cpanel
  2. Install WordPress
  3. Go into phpMyAdmin
  4. Import sql file in new database
  5. Replace old URL with new URL in “_options” table
  6. Go into File Manager
  7. Replace wp-content folder with zipped file
  8. Extract zipped file
  9. Edit wp-config.php file with new database, user, password and wp table prefix
  10. Login into new site, find and replace all image/file paths with new URL

Phase 3: Clean up

  1. Double check permalinks and ALL image, link and file paths in new site
  2. BACKUP new site files and database
  3. Go to old hosting account
  4. Delete old database
  5. Delete wp files
  6. Remove sub or addon domain