Confluence 2.6 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Confluence allows you to store attachments in one of three places:
- Filesystem - locally in the Confluence home directory
- Database - in Confluence's configured database
- WebDAV - remotely on a WebDAV server (*deprecated*)
添付ファイルの保存場所のオプション
ローカルのファイルシステム
既定では、Confluence は添付ファイルを、構成済みの Confluence ホーム フォルダの attachments
ディレクトリに保存します。
データベース
Confluence gives administrators the option to store attachments in the database that Confluence is configured to use.
Here are some reasons why, as an administrator, you may want to choose this storage system:
- Ease of backup.
- Avoiding issues with certain characters in attachment file names.
While storing attachments in the database can offer some advantages, please be aware that the amount of space used by the database will increase because of the greater storage requirements.
webdav
Confluence also allows administrators to set an external WebDAV repository as the location for attachment storage.
WebDAV attachment manager は非推奨となりました
The option to store Confluence attachments on a WebDAV server has never worked in a useful fashion, and has not been maintained for many versions.
- The WebDAV attachment manager will be deprecated from Confluence 2.7, and will be removed from a later version of Confluence.
- If you store attachments on external WebDAV servers, we recommend that you migrate to file-system or database-backed attachment storage as soon as possible. Refer to CONF-9313 and CONF-2887.
- This DOES NOT affect the operation of the WebDAV plugin.
Migration between Attachment Storage Systems
You can 'migrate' your attachments from one storage system to another. All existing attachments will be moved over to the new attachment storage system.
移行が発生すると、他のすべてのユーザーは Confluence インスタンスからロックアウトされます。これにより、移行が発生している間、添付ファイルの変更を防止します。アクセスは移行が完了すると同時に可能になります。
To perform a migration, follow the steps below:
- View the 'Administration Console'.
- Click 'Attachment Storage' in the left-hand panel. The current configuration will be displayed.
Attachment storage configuration
- Click the 'Edit' button to modify the configuration.
- Select the storage system you desire.
Edit attachment storage
- Click the 'Save' button to save the changes.
- A screen will appear, asking you to confirm your changes. Clicking 'Migrate' will take you to a screen that displays the progress of the migration.
Migration warning
トラブルシューティング
To enable debug logging for WebDAV attachment storage, add the following to the bottom of WEB-INF/classes/log4j.properties
and restart Confluence:
log4j.logger.com.atlassian.confluence.pages.persistence.dao=DEBUG,confluencelog log4j.additivity.com.atlassian.confluence.pages.persistence.dao=false log4j.logger.org.apache.webdav=DEBUG,confluencelog log4j.additivity.org.apache.webdav=false
関連トピック
指定したラベルを持つコンテンツはありません。