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

Admin CLI :: Add "db-info" command #1371

Open
wajda opened this issue Oct 1, 2024 · 0 comments
Open

Admin CLI :: Add "db-info" command #1371

wajda opened this issue Oct 1, 2024 · 0 comments
Assignees
Milestone

Comments

@wajda
Copy link
Contributor

wajda commented Oct 1, 2024

A new command should check the connection to the DB and print the basic info like DB server version, DB schema version, its status (if it's ready or any upgrade is in progress).

For example:

Database Server   : ArangoDB 3.11.0
Database Name     : spline
Status            : READY
Schema Version    : 1.2.3
First Created     : Aug 24, 2023 at 12:56
Last Upgraded     : Sep 1, 2024 at 05:30 (from version 1.2.2)  |  never

Deployed Services :
 - /spline        : 1.4.2

or (when upgrade is being carried out)

Database Server   : ArangoDB 3.11.0
Database Name     : spline
Status            : UPGRADING
Schema Version    : 1.2.3 -> 1.3.0
Upgrade Started   : Sep 30, 2024 at 16:29
First Created     : Aug 24, 2023 at 12:56
Prev. Upgraded    : Sep 1, 2024 at 05:30 (from version 1.2.2)  |  never

Deployed Services :
 - /spline        : 1.4.2
@wajda wajda added this to the 1.0.0 milestone Oct 1, 2024
@wajda wajda self-assigned this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant