Increase 512MB Upload Limit for All-in-One WP Migration Plugin
In this tutorial, you will learn how to quickly unlock the All-in-One WP Migration plugin extension for free, which will remove the 512 MB upload limit and increase it to unlimited.
Before getting started with this tutorial, you should have already installed WordPress on a web hosting provider such a Google Cloud, SiteGround, Bluehost, or Amazon AWS.
o get started, follow along with the video above. If you get stuck, check below to see the steps listed individually with images.
IMPORTANT UPDATE (09/23/2020)
For the instructions outlined in this tutorial to work, you must use version 6.77 or earlier of the All-in-one WP Migration Plugin. You can skip the steps in this tutorial and simply download the unlimited version of 6.77 here.
There are 7 steps in this tutorial:
- 1. Activate Plugin
- 2. Open Plugin Editor
- 3. Select Plugin
- 4. Open Constants.php File
- 5. Edit Constants.php File
- 6. Save Changes
- 7. Test Settings
- 8. Optional Increases
1. Activate Plugin

2. Open Plugin Editor

3. Select Plugin


5. Edit constants.php File

// = Max File Size =
// =================
define( 'AI1WM_MAX_FILE_SIZE', 536870912 * 20 );
6. Save Changes

7. Test Settings

8. Optional Increases
// = Max File Size =
// =================
define( 'AI1WM_MAX_FILE_SIZE', 536870912 * 60 );
Advanced Users
If you prefer to edit the file from outside of WordPress, you can find the plugin’s contants.php file by using the following file path:
/wp-content/plugins/all-in-one-wp-migration/constants.php
For Google Cloud, AWS, and Azure users – use the file paths below to locate your constants.php file.
If you’re using WordPress Bitnami, your constants.php file will be located at:
/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/all-in-one-wp-migration/constants.php
If you’re using WordPress Click-to-Deploy, your constants.php file is located at:
/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/all-in-one-wp-migration/constants.php
That’s it!
If you have any questions or comments about this tutorial, be sure to post them below!
Thanks,
Comments
Post a Comment