coresumo

How to Increase limit All in one WP migration Plugin to TB or Infinity

Increase limit All in one WP migration Plugin

In this blog, we’ll guide you Increase limit All in one WP migration Plugin. through the process of overcoming the import size limitations of the “All-in-One WP Migration” plugin in WordPress. By default, the plugin restricts imports to 128MB or 512MB, which can be limiting for larger websites. We’ll show you how to expand this limit to handle imports of several terabytes or even unlimited size. Whether you’re dealing with extensive content, intricate site migrations, or simply want more flexibility, our guide empowers you to efficiently manage your WordPress site, regardless of its scale, ensuring a hassle-free experience.

All-in-One WP Migration” plugin is a tool used important tasks:

  1. Moving Your Website: If you want to switch to a different web hosting company, change your website’s domain name, or even create a test version of your site, this plugin helps you move your entire website without losing any data.
  2. Backup and Restore: It allows you to make complete copies of your website, including everything from your content and design to the underlying technical stuff. These copies are like safety nets. If something goes wrong with your website, you can use these backups to restore it to a previous state.
  3. Copying Your Website: Sometimes, you might want to make a second version of your website that’s exactly the same as the first one. This is useful for testing changes or creating a duplicate site for other purposes. The plugin helps you do this effortlessly.
  4. Export and Import: It also helps if you want to move your website’s content to another WordPress website. You can export your content from one site and then import it into another site, all with the help of this plugin.
  5. Works with Different Web Hosts: It’s designed to work with various web hosting companies and server setups, so you don’t have to worry about compatibility issues.
  6. File Size Limits: There are default limits on the size of the files you can move with the plugin. However, you can adjust these limits to handle larger websites.
  7. Easy to Use: The plugin comes with a user-friendly interface, making it accessible to people with different levels of technical knowledge.
  8. Additional Features: There are also some extra features you can get if you choose to buy premium add-ons for the plugin. These add-ons can help with specific tasks or work better with certain hosting providers.

Watch YouTube video that will guide you:

How to Increase limit All in one WP migration Plugin to TB or Infinity – In Step by Step:

Step 1: Download the following plugin:

All in one WP migration Plugin

Step 2: Upload the plugin and Activate it:

Check the screenshot

Step 3: Go to “Plugin file editor”:

In plugin>Click on Plugin file editor

plugin editor

Step 4: Agreed on terms “Click on I understand”:

Click on understand, check the screenshot

condition

Step 4: Click on Select plugin to Edit and Select “All in one wp migration” and Click on “Constant.php” file:

Refer the screenshot

editor

Step 5: Now look for “Max File Size”:

In Constant.php file look for the code

// =================
// = Max File Size =
// =================
define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 );

All in one WP migration Plugin

Step 6: Change the size of above file to below:

// =================
// = Max File Size =
// =================
define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 112 );

Increase limit All in one WP migration Plugin

Step 7: All set, Save the file and Check the import of All in one wp migraiton:

Before it was 128mb to 512 mb Once you check the file import size limit, it will be unlimited

Increase limit All in one WP migration Plugin

NOTE: Incase you not able to edit the constant.php file, please talk to hosting provider or search for it, once it permission try once again.

Leave a Comment

Your email address will not be published. Required fields are marked *