0.10.0
-
Breaking change: renamed
stack.sh
script 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/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
anddatabase: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