You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added warden shell command for easily dropping into the php-fpm container (container name is configurable for supporting "local" environment types)
Added max_allowed_packet=1024M to db containers for M1 and M2 environments to avoid imports or upgrade routines from failing on large packets.
Changed php-fpm and php-debug to use custom images based on centos:7 as opposed to the alpine3.9 based official php-fpm images to avoid seg-faults when Source Guardian loader is installed alongside Xdebug.
Fixed issue with DEFINER stripping in db import allowing it to correctly strip from both TRIGGERS and ALGORITHM clauses.