How to relocate the Confluence home directory
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
目的
There are times when the Confluence home directory might need to be relocated. For example, perhaps the disk containing that directory has run out of space.
ソリューション
To relocate the home directory, follow the steps below:
Before proceeding, be sure to take note of the definition of Confluence Home and other important directories and Confluence Install Directory.
- Confluence を停止します。
- Backup the Confluence home directory.
- Move the Confluence home directory to the new location.
Edit the
<confluence-install-directory>/confluence/WEB-INF/classes/confluence-init.properties
file by changing the confluence.home property to point to the new location:confluence.home=/path/to/your/confluence/home
Note for Windows Users
Each backslash in your path must be written as a forward slash.
For example,
c:\confluence\data
should be written asc:/confluence/data
Note for Unix Users
NOTE: If the path of your confluence.home directory contains symlinks, please set confluence.home to the absolute path, otherwise problems may occur.
For example, where
/data
is a symlink to ->/var/data/
confluence.home=/data/confluence/
should be written asconfluence.home=/var/data/confluence
- Confluence を起動します。