Skip to content

0.10.0

Compare
Choose a tag to compare
@gggeek gggeek released this 20 Dec 11:15
· 108 commits to master since this release
  • Breaking change: renamed stack.sh script to dbstack

  • Breaking change: removed cleanup-databases.sh, cleanup-docker-images.sh, and cleanup-logs.sh - the functionality of these scripts has been added to dbstack

  • New: added ./bin/dbconsole as quicker shortcut for ./bin/dbstack dbconsole

  • New: added dbconsole command: user:drop

  • New: added dbconsole command: database:shell. This starts an interactive sql session to one of the configured instances, using the native command-line client. Handy to avoid typing username and password every time

  • Improved: for MariaDB and MySQL databases, the results of SELECT commands are now displayed using table formatting when running dbconsole command sql:execute. Also, the results for PostgeSQL databases are more terse (no more footer)

  • Improved: the database:drop dbconsole command reports failures more consistently when trying to drop non-existing databases

  • Improved: dbstack has learned a new command: cleanup. Run ./bin/dbstack -h for details

  • Improved: updated the application dependencies to Symfony 4.4.2

  • Changed: the database:create and database:drop dbconsole commands do not create/drop an user account by default any more. In order to force them do so, you should use the --user option