This repository was archived by the owner on Feb 23, 2026. It is now read-only.
v0.14.1
·
43 commits
to develop
since this release
- Pass requests for robots.txt on to WordPress if a physical file does not exist (#108)
- Remove now-invalid Mariadb configuration variable "innodb_file_format = barracuda" and lock Mariadb version to 10.3 (#109)
When upgrading from MariaBB 10.2 or earlier, you may need to run
pilothouse compose exec mysql /bin/sh -c 'mysql_upgrade -u pilothouse -p"pilothouse"' if you are getting errors in the MySQL container log about outdated file format.