You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
When I run drush updb -vvv from the site root, it shows .../vendor/bin/drush: Permission denied. However, other Drush commands work fine, such as drush status, drush cr, drush cim, etc.
Drush Launcher is at /usr/local/bin/bush with 755 permissions on the file and parent folders.
Drush is at /var/www/mysite/vendor/bin/drush with 640 permissions.
Still, the permissions and owners should not be an issue, because I have another webserver where this setup works. I can't figure out why this single command fails but others work.
The text was updated successfully, but these errors were encountered:
Background
I am setting up an Ubuntu 20.04 Linux box with Drupal. Drush is managed by Composer.
Problem
When I run
drush updb -vvv
from the site root, it shows.../vendor/bin/drush: Permission denied
. However, other Drush commands work fine, such asdrush status
,drush cr
,drush cim
, etc.Drush Launcher is at
/usr/local/bin/bush
with 755 permissions on the file and parent folders.Drush is at
/var/www/mysite/vendor/bin/drush
with 640 permissions.Still, the permissions and owners should not be an issue, because I have another webserver where this setup works. I can't figure out why this single command fails but others work.
The text was updated successfully, but these errors were encountered: