There are known bug with relative symlinks ln --relative
, which may fail rollback command.
Add next line to deploy.php file:
set('use_relative_symlink', false);
ControlPersist causes stderr to be left open until the master connection times out.
There are known bug with relative symlinks ln --relative
, which may fail rollback command.
Add next line to deploy.php file:
set('use_relative_symlink', false);
ControlPersist causes stderr to be left open until the master connection times out.