Done
Details
Assignee
Vadim YalovetsVadim YalovetsReporter
Santo LetoSanto LetoLabels
Components
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Vadim Yalovets
Vadim YalovetsReporter
Santo Leto
Santo LetoLabels
Components
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created July 11, 2022 at 3:12 PM
Updated May 22, 2024 at 11:09 AM
Resolved August 2, 2022 at 9:11 PM
When using the option --version on the Orchestrator binary included in the Percona Distribution, the sha that identifies the latest commit is returned:
/usr/bin/orchestrator --version
a48d8b288cef64ac49b2f20c17cca828c13e87cf
This is useful because it lets you understand the latest commit that is included in the build.
However, at the same time, it would be useful that the exact version number is printed, example:
/usr/bin/orchestrator --version
3.2.6-2
This would simplify user life.
Something even more advanced would be to do in a similar way to what we are doing with Percona Server, e.g, add the "version", the specific Percona "release" , and also the GitHub's tag, e.g.
Ver 3.2.6-x ... Release 'x', Revision 'tag'
In the rpm, we are already adding the -x, where x is in Percona Distribution for MySQL v8.0.28 is "2" - https://www.percona.com/downloads/percona-distribution-mysql-ps/LATEST/#
Thanks,