0.10.0
-
Breaking change: renamed
stack.shscript todbstack -
Breaking change: removed
cleanup-databases.sh,cleanup-docker-images.sh, andcleanup-logs.sh- the functionality of these scripts has been added todbstack -
New: added
./bin/dbconsoleas 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:dropdbconsole command reports failures more consistently when trying to drop non-existing databases -
Improved:
dbstackhas learned a new command:cleanup. Run./bin/dbstack -hfor details -
Improved: updated the application dependencies to Symfony 4.4.2
-
Changed: the
database:createanddatabase:dropdbconsole commands do not create/drop an user account by default any more. In order to force them do so, you should use the--useroption