How to fetch Confluence version from Database

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問


プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

This KB will help you fetch Confluence version information from Database. This can be useful when the Server is down or you do not have access to the Filesystem of Confluence

ソリューション

We can run the below query to fetch the version information

Version info
SELECT BANDANAVALUE FROM BANDANA b WHERE BANDANAKEY = 'version.history';


The result will be like below which shows the version as 7.14.1

結果
<map>
  <entry>
    <string>7.14.1</string>
    <string>2021-12-18T22:32:09.915+05:30</string>
  </entry>
</map>

最終更新日: 2024 年 12 月 24 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.