Actions
Patch #18764
closedupgrade guide: file permissions
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Problem:
The files in the tar.gz
release archives belong to a certain user and are preserved per default if extracted as root. This makes them inaccessible to the user running the application server in most cases.
Similar effects can probably be observed when extracting the zip
archive with a strict umask.
Cause:
The page RedmineUpgrade lacks a step to ensure file ownership/permissions.
This is no big deal but the guide could avoid a minor frustration providently.
Fix:
To solve this, I'd introduce step 9 under Step 3 - Perform the upgrade -> Option 1 - Download a stable release
:
- Make sure the newly extracted and copied files and directories have the correct owner and group set, so that the user/group running your application server can actually access the files.
Also, remember to add write permissions to thefiles
directory.
Or similar.
Actions