change attachment location
Added by ee ee almost 15 years ago
Hello All
Could anyone tell me how to change location of attachments folder. By default it is in files subfolder, I would like to keep somewhere like /var/.... or any.
Thanks
Replies (4)
RE: change attachment location - Added by Felix Schäfer almost 15 years ago
Just make a symlink to where you would like to have them, I think that would be the easiest.
RE: change attachment location - Added by ee ee almost 15 years ago
yeah, it was was first thought. But if solution will be based on windows? It would be great to have generic solution
RE: change attachment location - Added by Felix Schäfer almost 15 years ago
Rails applications are by design contained in one folder, so that you can just take that folder, copy it elsewhere and just restart it again. The other point is also that redmine expects exclusive use of the files
folder, so there's no real good point to get it elsewhere. Anyway, if you really think it's that important, file a feature request.
RE: change attachment location - Added by ee ee almost 15 years ago
Thanks everybody
Currently my solution is symlink. Works fine for me.