Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show database version with drush status #5790

Open
gitressa opened this issue Oct 20, 2023 · 2 comments
Open

Show database version with drush status #5790

gitressa opened this issue Oct 20, 2023 · 2 comments

Comments

@gitressa
Copy link
Contributor

gitressa commented Oct 20, 2023

Is your feature request related to a problem? Please describe.
When I run drush st, database version is not shown.

Describe the solution you'd like
It would be nice to show database version, like this:

$ drush st
Drupal version     : 7.97
Site URI           : http://default
Database driver    : mysql
Database version   : MySQL 8.0.34          <<< ADD THIS
Database hostname  : mysql11.example.com
Database port      : 3306
Database username  : example_user
[...]
@gitressa gitressa changed the title Show database version Show database version with drush status Oct 20, 2023
@weitzman
Copy link
Member

Until someone does this, the info is already available with drush core:requirements

@gitressa
Copy link
Contributor Author

Thanks @weitzman, I wasn't aware of that command, awesome that it exists. Since it seems possible, I hope someone can figure out how out how to add the DB version under drush status as well, at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants