When I try and upload a new file release I get the following error:
An error occured while moving file to destination (was the file myFile.xml already deleted?)
From searching the webiverse I found some others who had the same problem and their solution was simply to run:
setenforce 0
The above line just turns off SELinux which was already turned off for us so it had no effect. I can tell there is some kind of permissions issue. The file will get uploaded to the server in some type of "Downloads/Temp" directory then it fails when something tries to move it to the end destination for releases.
Similar issue:
https://tuleap.net/pipermail/tuleap-devel/2015-December/004358.html