Homec4science

Change phabricator and git UID -> must correct permissions when updating in PROD

Authored by aubort on Jan 9 2017, 13:43.

Description

Change phabricator and git UID -> must correct permissions when updating in PROD

Details

Committed
aubortJan 9 2017, 13:43
Pushed
aubortJan 9 2017, 14:29
Parents
rPHINFRAc30fb0d20a01: Dont ignore Gluster tag
Branches
Unknown
Tags
Unknown

Event Timeline

Restricted Application completed building Restricted Buildable.Jan 9 2017, 14:32
aubort added a comment.Jan 9 2017, 14:38

The update will take place like this

./deploy update \
    -t conf-app \
    -t conf-phd \
    -t conf-dbs

Then on c4science-app00

find /var/repo -uid 1100 -exec chown phabricator {} \;
find /var/repo -uid 1102 -exec chown apache {} \;