[Ideas] Improve Version Information for Source Builds #909
-
DescriptionCurrently, when Cloudberry is built from a source zip file (not cloned via git), the version information displayed is not matched the right info, always like this:
This is not user-friendly for those compiling and installing Cloudberry from a downloaded source zip files. It makes it difficult for users to report issues, perform version upgrades, or confirm the exact build version, a concern raised multiple times across community channels in the past months. I noticed that PostgreSQL addresses this by defining the version information explicitly in cases where git metadata is unavailable, as seen in this commit. Would it be possible to adopt a similar approach in Cloudberry for non-git builds? I believe this could greatly improve version traceability. Would like to have your ideas. Use case/motivationNo response Related issuesNo response Are you willing to submit a PR?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Is there a bug for versioning scripts? Why it is always 1.0.0 for Cloudberry Database.
Where 4859142 is the commit sha1 so that we could track down to commit point. |
Beta Was this translation helpful? Give feedback.
-
One PR has been created for this discussion: #929. Welcome to have your comments. |
Beta Was this translation helpful? Give feedback.
One PR has been created for this discussion: #929. Welcome to have your comments.