Skip to content

DatabaseLogsCommand missing mariadb and postgres13 support #117

@JoshSalway

Description

@JoshSalway

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions