Releases: phpsu/phpsu
Releases · phpsu/phpsu
4.2.1 🐛 fix #195 always use bash on local system (instead of sh)
What's Changed
Full Changelog: 4.2.0...4.2.1
4.2.0 ✨ add option setRemoveNoAutoCreateUser to remove the NO_AUTO_CREATE_USER from the dump
What's Changed
- ✨ add option setRemoveNoAutoCreateUser to remove the NO_AUTO_CREATE_USER from the dump by @Kanti in #196
Full Changelog: 4.1.4...4.2.0
4.1.4 🐛 fixes: #193 grep with binary file and fixes mysql version number with mysqldump 8
What's Changed
- 🐛 fixes: #193 grep with binary file and fixes mysql version number with mysqldump 8 by @Kanti in #194
Full Changelog: 4.1.3...4.1.4
4.1.3 🐛 fix exit code if no autoload file was found
What's Changed
Full Changelog: 4.1.2...4.1.3
4.1.2 🐛 fix mysql command if sshHost and appInstance have the same name
What's Changed
Full Changelog: 4.1.1...4.1.2
4.1.1 🐛 fix exit codes of database sync
What's Changed
since ever in phpsu the database sync could fail without phpsu noticing. This was because the mysqldump
pipes into to mysql
command and the exitcode of the mysqldump
command was ignored.
with the addition of set -o pipefail
into the command we will see if any of the piped commands have failed on the way to the mysql
command.
Full Changelog: 4.1.0...4.1.1
4.1.0 ✨ use stdin for phpsu mysql command
4.0.1 fix mariadb sandbox mode
What's Changed
Full Changelog: 4.0.0...4.0.1
4.0.0 ⬆️ add php 8.3 compatibility
3.1.0 ➕ add mariadb executable option
What's Changed
Full Changelog: 3.0.5...3.1.0