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!
thing you need to check:
in OLS webadmin console -> server conf -> tuning-> check dynamic and static response body size , make sure it’s bigger than 4.3GB
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
check and verify by phpinfo , post max size, upload max size, memory limit , max execution time are all well beyond limit.
personally I would suggest to use a more “conventional” way to migrate site if site is quite big.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.