How to increase phpmyadmin limit?

Want to increase this limit 100 to 200mb in easyengine v4

increase

Try editing /var/lib/docker/volumes/examplecom_config_php/_data/php/conf.d/custom.ini

Default is:

; Custom PHP settings
upload_max_filesize = 100M
post_max_size = 100M

Then ee site restart example.com

thank you purbeckpixels

@purbeckpixels I used to edit via that directory too, but I think this changes each time you make an update to EE so it is better to update from the config directory of the website itself

So if you go to /opt/easyengine/sites/example.com/config/php/php/conf.d/custom.ini and put in all your custom PHP configs in there (then restart), these changes will be persistent even when EE or Docker updates.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.