Project

General

Profile

Actions

Patch #18764

closed

upgrade guide: file permissions

Added by Lukas Pirl over 9 years ago. Updated about 9 years ago.

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:

  1. 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 the files directory.

Or similar.

Actions

Also available in: Atom PDF