Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 08:40
· 1 commit to master since this release

Fixed

  • Docker MySQL/MariaDB no longer use a host mysql.sock. stackd env and other SQL helpers now docker exec into the container.
  • Docker PostgreSQL uses docker exec for psql / createdb instead of a native client binary.

Connect to Docker MySQL over TCP (127.0.0.1 and the instance port). The mysql CLI treats localhost as a socket and will fail.

composer global update vblinden/stackd
mysql -h 127.0.0.1 -P 3307 -u root

Full Changelog: v1.1.0...v1.1.1