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
Ensure that you're running at least PHP 7.0.8, you can check this by running php -v
You've ran composer install --no-dev from the root of your installation.
You've ran npm install --production from the root of your installation.
You've ran rm -rf bootstrap/cache/* from the root of your installation.
You have restarted the queue listener and node socket server.
Describe the bug
When using a shared filesystem between multiple servers during the "Install Composer Dependencies" step, this occurs:
Shared directory needs migrating - Backup created
mv: cannot move '/var/www/redacted/shared' to '/var/www/redacted/shared.backup': Device or resource busy
From what I can tell, this step was added in the 0.0.47 release. Falling back to the 0.0.46 release fixes this issue.
It also increases the runtime of this step from 28 seconds to ~10 minutes or more on some of our servers because it's trying to mv around ~100GB of data in the shared folder.
Expected behaviour
For the tool not to create a shared.backup/ dir.
Actual behaviour
It creates a shared.backup/ dir.
Steps to reproduce
Have a shared filesystem spread over multiple servers. Try to do a deploy.
Before submitting your issue, please make sure that you've checked all of the checkboxes below.
php -v
composer install --no-dev
from the root of your installation.npm install --production
from the root of your installation.rm -rf bootstrap/cache/*
from the root of your installation.Describe the bug
When using a shared filesystem between multiple servers during the "Install Composer Dependencies" step, this occurs:
From what I can tell, this step was added in the 0.0.47 release. Falling back to the 0.0.46 release fixes this issue.
It also increases the runtime of this step from 28 seconds to ~10 minutes or more on some of our servers because it's trying to mv around ~100GB of data in the shared folder.
Expected behaviour
For the tool not to create a shared.backup/ dir.
Actual behaviour
It creates a shared.backup/ dir.
Steps to reproduce
Have a shared filesystem spread over multiple servers. Try to do a deploy.
Screenshots
n/a
Environment info
Laravel Environment
Server Environment
20190205200805.15+stretch1.gbpd83c69Installed Packages & their version numbers
Extra Information
Logs (see storage/logs/) or other output that would be helpful
The text was updated successfully, but these errors were encountered: