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
Using the rsync deployer receipe, trying to deploy magento onto a ubuntu server keeps failing saying that the remote directory could not be found.
I checked and can confirm the directory exists.
Running with debug, I belive this is due the the ubuntu system reboot message.
Rebooting the system resolved this issue till the system message showed again
Output Result
php deployer.phar rsync staging -v
task rsync
[staging] run if [ -h /var/www/magento/staging/release ]; then echo +right; fi
[staging] Kernel: 5.15.0-112-generic was installed on 06/07/2024 6:49:31 am BST or 12 day(s) ago.
[staging] Please reboot the server at your earliest convenience to apply this kernel update.
[staging] +right
[staging] Deployer\Exception\Exception in rsync.php on line 228:
[staging]
[staging] The "release_path" (/var/www/magento/staging/release) does not exist.
[staging]
ERROR: Task rsync failed!
Any suggestions on how to resolve this would be appreciated as we cant have a server reboot holding up deployments.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Using the rsync deployer receipe, trying to deploy magento onto a ubuntu server keeps failing saying that the remote directory could not be found.
I checked and can confirm the directory exists.
Running with debug, I belive this is due the the ubuntu system reboot message.
Rebooting the system resolved this issue till the system message showed again
Output Result
Any suggestions on how to resolve this would be appreciated as we cant have a server reboot holding up deployments.
Upvote & Fund
The text was updated successfully, but these errors were encountered: