DatabaseLogsCommand only checks for mysql, mysql8, and postgres database types:
if (! in_array($databaseType, ['mysql', 'mysql8', 'postgres'])) {
Other database commands (DatabaseRestartCommand, DatabaseShellCommand, DatabaseStatusCommand) all support mariadb and postgres13. This means database:logs incorrectly rejects MariaDB and PostgreSQL 13 servers.
DatabaseLogsCommandonly checks formysql,mysql8, andpostgresdatabase types:Other database commands (
DatabaseRestartCommand,DatabaseShellCommand,DatabaseStatusCommand) all supportmariadbandpostgres13. This meansdatabase:logsincorrectly rejects MariaDB and PostgreSQL 13 servers.