It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreTo anyone who doubts that Atlassians are a little too obsessed with collaboration, and tools related thereto, let me describe a recent discussion we had (which took place on our internal Confluence, ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.