Report this

What is the reason for this report?

Disk limitation?

Posted on October 30, 2020

I have OLS installed on a ubuntu 20.04 server, I have configured it to migrate a wordpress site, I have also adjusted the file sizes in php.ini, but even so, it does not allow me to import a 4.3 GB migration.

I am using the All in one migration plugin

What could be the problem? Is it possible that the virtual host has some limitation?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

thing you need to check:

  1. in OLS webadmin console -> server conf -> tuning-> check dynamic and static response body size , make sure it’s bigger than 4.3GB

  2. in OLS webadmin console -> server conf -> external app -> lsphp , in environment , add LSAPI_MAX_PROCESS_TIME=3600 to allow PHP runs on longer time , adjust 3600 to higher if necessary

  3. check and verify by phpinfo , post max size, upload max size, memory limit , max execution time are all well beyond limit.

  4. personally I would suggest to use a more “conventional” way to migrate site if site is quite big.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.