There is 1 update, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-2512abce-a602-4c17-9074-2e6c4334a83f XWIKI-14722 Open

Add clustering support for filesystem attachments

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-31bff101-b49c-4e7b-935f-6f783169ef1e Changes by Thomas Mortagne on 04/Feb/25 17:26
 
Description: If you enable filsystem filesystem attachment in the members of a cluster they won't share the attachments. A file attached to an instance won't be transferred to another.

The current workaround is to setup a shared folder (like NFS for example) for the attachments storage (the "store/file" subfolder) in each member of the cluster.
 
 

1 comment

 
cid:jira-generated-image-avatar-31bff101-b49c-4e7b-935f-6f783169ef1e Thomas Mortagne on 04/Feb/25 17:26
 
NFS probably does the job well in most cases. For a more ralliable reliable solution the best is probably to forget about that for the current filesystem storage implementation and implement new stores based on services dedicated to file sharing (like Amazon S3 or some similar alternative).