How to create a Confluence support zip via command line
プラットフォームについて: 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 は除く
要約
Confluence の web インターフェイスで UI が適切に動作しておらず、サポート zip の生成や取得が困難である場合、Confluence またはシステム管理者は、Confluence ノードが実行されているサーバーにログインし、ログおよび構成ファイルを手動で取得する必要があります。このソリューションはこのようなプロセスを促進するため、ログ/データ検索を自動化し、サポート zip が提供している構造と同じものを利用したパッケージ化などのメリットを提供します。
環境と要件
The solution runs in Linux based Operating System with:
/bin/bash
zip や gzip のアプリケーション
To run in Windows the OS might have:
- Powershell
It's also required by the system administrator:
Being familiar with the Operating System command line interface.
- Recognize the Jira Home and Jira Application folders.
- Recognize and have read permission on Confluence Home and Confluence Application folders (recommended root/Administrator or the Jira user if using Linux).
Attention when using Confluence Data Center with multiple nodes, the script shall be run in each node separately.
スクリプトとその用途
以降では、スクリプト、利用方法、期待される出力をまとめています。
Linux
Windows
For both Linux and Windows the support.zip
generated
<confluence-home>/export .
その他
- このソリューションは UI のサポート zip を代替するものではありません。
- Username and passwords are sanitized in confluence.cfg.xml, directoryConfigurationSummary (directories) and server.xml/tomcat-users.xml (tomcat configuration) when using Linux, for Windows it is still in progress.