Front-end Tutorials

Front-end Tutorials

HTMLCSSSassJavaScriptReactJS
CMS Tutorials

CMS Tutorials

WordPress
Tutorials expand

How to Increase Upload Limit of All-in-One WP Migration

Posted in AWS Tutorial
Updated on Dec 27, 2023
By Mari Selvan
👁️ 9209 - Views
⏳ 4 mins
💬 5 Comments
How to Increase Upload Limit of All-in-One WP Migration

Photo Credit to CodeToFun

🤔 What is All-in-One WP Migration #

All-in-One WP Migration is a free wordpress plugin that lets you export your website's content, media, plugins, and theme to a file with a single click. You may then import it using FTP, Dropbox, Google Drive, and other services to transfer it to a new site or use it as a backup.

✨ Install All-in-One WP Migration Plugin.

Let us learn how to install the All-in-One WP Migration plugin.

  1. Log in to your wp-admin panel.
  2. Hover over the Plugins menu and click on Add New.
  3. Search for the term 'All-in-One WP migration' by servMask
  4. After clicking Install, click the Active button.
  5. Congratulations, You have now successfully installed All-in-One WP Migration.

😉 Increase Maximum Upload File Size #

We will learn how to increase the maximum upload file size in All-in-One WP Migration from 80 MB to 300 MB or more.

  1. Log in to your wp-admin panel and click on the All-in-One WP Migration menu. The maximum upload file size in WordPress is set to 80 MB by default.
    all-in-one wp migration import site

    Photo Credit to CodeToFun

  2. Check the constant.php file to ensure AI1WM_MAX_FILE_SIZE is not limited to 80 MB by going to Plugin File Editor and clicking on the All-in-One migration.
    plugin file editor all-in-one wp migration

    Photo Credit to CodeToFun

  3. Connect to your EC2 instance with FileZilla, then look for the php.ini file in /opt/bitnami/php/etc.
    open php ini file

    Photo Credit to CodeToFun

  4. Change the post_max_size and upload_max_filesize from 80M to 300M in the php.ini file with your favourite text editor, then upload the modifications back to the EC2 instance.
    increase upload max filesize limit

    Photo Credit to CodeToFun

  5. Now type sudo /opt/bitnami/ctlscript.sh restart and hit the Enter key to restart your WordPress Bitnami server.
    restart wordpress bitnami server

    Photo Credit to CodeToFun

  6. Congratulations, you have successfully increased All-in-One WP Migration's maximum upload file size from 80 MB to 300 MB.
    successfully increased maximum uplad file size

    Photo Credit to CodeToFun

Did You Know?

did you know

Did you Know?

All-in-One WP Migration is one of the all-time favorite plugins among most WordPress developers.

👨‍💻 Join our Community:

To get interesting news and instant updates on Front-End, Back-End, CMS and other Frameworks. Please Join the Telegram Channel:

Author

author
👋 Hey, I'm Mari Selvan

For over eight years, I worked as a full-stack web developer. Now, I have chosen my profession as a full-time blogger at codetofun.com.

Buy me a coffee to make codetofun.com free for everyone.

Buy me a Coffee

Share Your Findings to All

Subscribe
Notify of
guest
5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Mari Selvan
Mari Selvan
6 months ago

If you have any doubts regarding this article (How to Increase Upload Limit of All-in-One WP Migration), please comment here. I will help you immediately.

Tik
Tik
8 months ago

Thanks a lot. I got the All In One WP Migration limit increased.

Oley
6 months ago

Thank you, very useful

Leah
Leah
6 months ago

Hi, how would I do step 3? I’m confused on what to do.

Mari Selvan
Mari Selvan
5 months ago
Reply to  Leah

Hi Leah, Which server you are using?. php.ini will be located in different path for different server.

We make use of cookies to improve our user experience. By using this website, you agree with our Cookies Policy
AgreeCookie Policy