Skip to content

Releases: phpsu/phpsu

4.2.1 🐛 fix #195 always use bash on local system (instead of sh)

18 Sep 15:16
769ce2b
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix #195 always use bash on local system (instead of sh) by @Kanti in #197

Full Changelog: 4.2.0...4.2.1

4.2.0 ✨ add option setRemoveNoAutoCreateUser to remove the NO_AUTO_CREATE_USER from the dump

18 Sep 15:02
b5392f4
Compare
Choose a tag to compare

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

21 Aug 10:57
53a13f2
Compare
Choose a tag to compare

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

07 Aug 13:11
15bf422
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix exit code if no autoload file was found by @Kanti in #192

Full Changelog: 4.1.2...4.1.3

4.1.2 🐛 fix mysql command if sshHost and appInstance have the same name

26 Jul 06:02
507e77f
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix mysql command if sshHost and appInstance have the same name by @Kanti in #191

Full Changelog: 4.1.1...4.1.2

4.1.1 🐛 fix exit codes of database sync

17 Jul 07:25
b1828af
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix exit codes of database sync by @Kanti in #190

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

16 Jul 11:50
a370c39
Compare
Choose a tag to compare

What's Changed

  • ✨ use stdin for phpsu mysql command by @Kanti in #188

Full Changelog: 4.0.1...4.1.0

4.0.1 fix mariadb sandbox mode

06 Jun 07:24
e8f4eba
Compare
Choose a tag to compare

What's Changed

  • 🐛 mariadb added sandbox mode to the mysql-dump command by @Kanti in #186

Full Changelog: 4.0.0...4.0.1

4.0.0 ⬆️ add php 8.3 compatibility

17 Apr 12:10
0cf28c1
Compare
Choose a tag to compare

What's Changed

  • ⬆️ add php 8.3 compatibility by @Kanti in #185

Full Changelog: 3.1.0...4.0.0

3.1.0 ➕ add mariadb executable option

23 Oct 09:33
a141a91
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.1.0