How to set file system permissions for Confluence Data Center
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
要約
In order to work properly, Confluence requires complete access to its files and directories.
Many issues might surface when the account running the Confluence Data Center process doesn't have permission to write or to read files in the home directory.
ソリューション
Linux
Run the commands below then restart Confluence.
Replace <confluence-user>
with the dedicated user account that runs the Confluence process, and <confluence-install-folder>
and <confluence-home-folder>
with the appropriate values.
- To find the home folder, check this article Confluence Home and other important directories
sudo chown -R <confluence-user> <confluence-install-folder>
sudo chown -R <confluence-user> <confluence-home-folder>
sudo chown -R <confluence-user> <confluence-shared-home-folder>
sudo chmod -R u=rwx,g=rx,o=rx <confluence-install-folder>
sudo chmod -R u=rwx,g=rx,o=rx <confluence-home-folder>
sudo chmod -R u=rwx,g=rx,o=rx <confluence-shared-home-folder>
You can also write the permissions numerically. i.e: sudo chmod -R 755 <confluence-user> <confluence-install-folder>
Windows
- Right click on
<confluence-home-folder>
and hit Properties. - Navigate to the Security Tab and make sure that the user running Confluence has Full Control of this folder.
- Do the same for the
<confluence-install-folder> and <confluence-shared-home-folder>
folders. - Confluence を再起動します。
関連コンテンツ
Confluenceを実行するためのオペレーティング・システム上の専用のユーザーアカウントを作成