Is there an easy way to find which file(s) in the attachments directory on the file system are associated with an attachment on a page in Confluence?
Yes there is Paul,
If you have access to the database use this, and change ATTACHMENTNAME to your actual attachmentname:
select attachmentid from attachments where TITLE like '%ATTACHMENTNAME%';
And with this you have the ID, just search for this ID in <confluence-home>/attachments/ and there should be a folder with this number (attachmentid) with a file without extention inside it, rename it and it is your file.
Cheers,
Guilherme
Official documentation:
https://confluence.atlassian.com/display/DOC/Hierarchical+File+System+Attachment+Storage
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.