Confluence 4.0 : How to Find Attachments in Attachments Folder
This page last changed on Jan 04, 2010 by jlargman.
SymptomsAttachments are stored on filesystem but there isn't any attachment in the attachments folder. DiagnosisYou can determine the missing attachments by using the Missing Attachments Report. CauseThe attachment naming scheme is numerical so as to avoid encoding problems with operating systems. ResolutionYou can look for the attachment detail (e.g file type, attachment name) from ATTACHMENTS table. Select * from ATTACHMENTS where pageID='<PageID>' As attachment is stored as this structure: <attachments>/pageID/attachment/attachmentVersion, you may want to run the following query to retrieve attachments of a page: Confluence 3.x: |
![]() |
Document generated by Confluence on Sep 19, 2011 02:50 |