How to Remove 512MB size limit on All-in-One WP Migration Plugin

A Best plugin in aWordpress  market for Migrating WordPress website from one hosting or domin to another is All-in-One WP Migration.But as we all know in it’s Free Version it have a limit of MAX 512 MB. When you try to export a Backup file (.wpress)  and it exceed the limit you will get a prompt that you have exceeded the Limit

All-in-one WP Migration Limit Exceed

But did you know you can easily remove the restriction by Just Replacing Some Code.

All you need to find this file /wp-content/plugins/all-in-one-wp-migration/constants.php

Open it From your Code Editor.

Find these Lines in it, May be on Line 200.

// =================
// = Max File Size =
// =================
define( 'AI1WM_MAX_FILE_SIZE', 536870912 );

As you can see the Max file size limit is already set to 512MB.

Now Replace it with

// =================
// = Max File Size =
// =================
define( 'AI1WM_MAX_FILE_SIZE', 5368709120 );

It will increase it’s size upto 5GB you can also use more then 5GB.

And Now save your file.

Now Go to All-In-One Migration >> Inport and you will find your MAX Upload size is Changed to 5GB. You can Now also Export file upto 5GB.

NOTE: But thing to remeber is that Plugin get it’s Update Regulary. And It will replace all your previous changes in the File. So every time when you update this Plugin. You need to again Replace this code.

Comment Below for any type of help.

The post How to Remove 512MB size limit on All-in-One WP Migration Plugin appeared first on Bullet Babu.

Comments

  1. i read your blog fully. It was help for me. Thanks for posting such a wondurful idea.
    CRM Services
    online payment gateway service providers
    Data Extraction Solutions

    ReplyDelete
  2. Thanks genius hack tool, I have a question regarding the update,
    after increasing the size migrating the website and stuff the update it does not follow me back in time and track my hack tool and break my site isn't it ?

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete

Post a Comment

Popular posts from this blog

Patch any Yoast SEO Premium Version And Use it For FREE

How to secure WordPress Website from DDOs – Malware and Hacker’s

Finding the Right College Program for You- Bullet Babu