It is important that the daemons run as the configured phd.user. The
phd command does not enforce or inform you about this explicitly, so add an extra
note of this detail in the documentation page that I expected it to be mentioned
in. Long term, T5196 should fix this.
Details
Details
- Reviewers
- None
- Group Reviewers
Blessed Reviewers
Run upgrade_phabricator without paying to much attention and get
bitten.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 721 Build 721: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
I missed this little bit when moving to local disk file storage, which has write permissions for the user running the web server (www-data) and then the GarbageCollectorDaemon emitted:
unlink(/srv/phabricator_files/69/aa/178c834ec7e0c1c9badd11389387)
errors, even though I had read this page, and found and set the phd.user setting to www-data on my own.
This would be handy to land so it gets in the docs.