Page MenuHomeDevCentral

Change ownership of the Wolfplex datastore to php-fpm user
ClosedPublic

Authored by dereckson on Mar 22 2018, 20:24.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 06:55
Unknown Object (File)
Wed, Apr 9, 21:34
Unknown Object (File)
Sat, Apr 5, 14:59
Unknown Object (File)
Mon, Mar 31, 14:45
Unknown Object (File)
Sun, Mar 30, 12:28
Unknown Object (File)
Sat, Mar 29, 16:00
Unknown Object (File)
Wed, Mar 26, 14:12
Unknown Object (File)
Mon, Mar 24, 04:56
Subscribers
None

Details

Summary

The datastore is for the php-fpm wolfplex process,
and so for web-org-wolfplex-www instead of the static web
user wolfplex.org.

This is a follow-up for change 2f6980f3f62f.

Test Plan
$ sudo -u web-org-wolfplex-www rlwrap psysh
>>> $_ENV['DATASTORE'] = '/var/dataroot/wolfplex';
=> "/var/dataroot/wolfplex"
>>> $fd = fopen($_ENV['DATASTORE'] . '/2013.txt', 'a');
=> stream resource #297

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
wolfplex/change-ownership-datastore (branched from master)
Build Status
Buildable 2319
Build 2567: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 22 2018, 20:25
This revision was automatically updated to reflect the committed changes.