-
Notifications
You must be signed in to change notification settings - Fork 397
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
The command "./vendor/bin/blt recipes:cloud-hooks:init" failed. #3762
Comments
You cannot upgrade directly from 8.9.x to 10.x. You'll need to at least update to 9.2.x first (9.2.8 is the latest release there.) In general if you encounter problems like this while upgrading, it's best to only upgrade one major version at a time to see if the problem goes away, or at least isolate it to a specific update. |
Thanks @danepowell , I tried to Upgrade blt version to 9.2.8, but getting same error. all hooks are ran successfully. But the hook that contain
I am running |
You shouldn't need to run Additionally, you should check why the blt bin cannot be accessed. Does it not exist? Owned by root? No exec permission? etc... |
Thanks @danepowell , I upgraded blt to 9.2.8 as per your suggestion , and also its working , but After upgrading I am not able to sync DB. Getting Below Error
|
Did you do anything to try to debug the issue? If you simply google the error "cannot create auto.gz" the first result is another BLT issue with a lot of helpful debugging info: #2641 Specifically, you probably need to deploy a newer version of Drush to your remote environment. We are getting very far from the original issue here so I'm going to close this. If you continue to have problems please open new issues so we can keep the discussion linear and organized. Thanks. |
Describe the bug
I am trying to update acquia BLT from version 8.9 to 10.2.0
To Reproduce
Steps to reproduce the behavior, ideally starting from a fresh install of BLT:
composer update acquia/blt --with-all-dependencies
blt update
, it`s try to update hook_update_nExpected behavior
Expecting update successfully
System information
The text was updated successfully, but these errors were encountered: