0.14.0
-
New: added Oracle Database 18c (XE) to the available databases
-
New: added MariaDB 10.5 to the available databases
-
Improved: install the latest minor release available for Microsoft SQL Server 2017 and 2019 by default
-
New: taught
dbstack
a new command:services
, to list all defined docker-compose 'services' -
Improved: allow Adminer to execute long queries without timing out (currently set to 10 minutes)
-
Improved:
dbstack cleanup databases
tries harder to scrub local data which might prevent the databases from being recreated successfully on next start -
Improved: bumped the application dependencies to Symfony 4.4.11; Adminer 4.7.7
-
Improved:
dbstack build
anddbstack start
now wait for the bootstrap process of every container to finish, instead of waiting only for the web/admin/worker ones -
Improved: simplified the number of config files used by the
dbstack
command and taught it to accept the-e
option or the env var COMPOSE_LOCAL_ENV_FILE to allow easy usage of alternative config files. The latter is also understood by thedbconsole
command -
Improved: better error reporting when execution of SQL fails because of temporary db creation errors