-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied for 'occ' #260
Labels
3. to review
bug
feature: upgrade
Note: In `server` but called by updater. Also see `feature: installs and updates` in server
Comments
joshtrichards
added
the
feature: upgrade
Note: In `server` but called by updater. Also see `feature: installs and updates` in server
label
Sep 20, 2023
Do you mean only the |
We should be checking the return values from both the Lines 308 to 341 in 4af30bd
Right now we capture them but don't use them to detect failure. 🤦 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
bug
feature: upgrade
Note: In `server` but called by updater. Also see `feature: installs and updates` in server
When executing
sudo -u www-data php updater.phar
, process can't be finished correctly because of permissions.occ upgrade
can't be executedAnswering no to the first and executing
sudo -u www-data php occ upgrade
followed bysudo -u www-data php occ maintenance:mode --off
is fine, but it should be executed inside the first command.Everything goes fine if
sudo -u www-data php ./updater/updater.phar
The text was updated successfully, but these errors were encountered: