Increase Maximum Upload File Size - All in one WP Migration

Hello,

I need to increase the upload file size to 300 MB as I try to import a site. Is this something y’all can help with? I know that’s pretty large.

For anyone that was having this situation happen as well. Here’s the simplest solution I found:

  1. Uninstall latest version
  2. Download this: https://downloads.wordpress.org/plugin/all-in-one-wp-migration.6.77.zip (old version)
  3. Install this version 6.77
  4. Rewrite 2<<28; 2<<33
    // =================
    // = Max File Size =
    // =================
    define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 33 );
  5. Import your backup

Having the same issue, where do I go to do the re-write?

I followed this guide: https://www.onepagezen.com/all-in-one-wp-migration-unlimited-extension-free/