Skip to content

Warden 0.1.2

Compare
Choose a tag to compare
@davidalger davidalger released this 03 Jul 22:58

0.1.2

  • 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.