So I’m migrating over my companies WordPress assets to a Trellis installation and I’m having a migrate db pro issue related to php memory when uploading all the images. The error is:
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 13964017 bytes) in /srv/www/thisispublichealth.org/current/web/app/plugins/wp-migrate-db-pro/class/wpmdb-base.php on line 468
I’ve had similar types of issues on servers I’ve managed and always been able to solve them increasing the php memory limit or post max size. In this case, I’ve set them all super high. and still getting the max 100MB. Any ideas?