Skip to content
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

Lando pull doesn't recognize ACLI #57

Open
samuelshumake opened this issue May 11, 2023 · 0 comments
Open

Lando pull doesn't recognize ACLI #57

samuelshumake opened this issue May 11, 2023 · 0 comments

Comments

@samuelshumake
Copy link

After initializing lando on my acquia site, I went to run lando pull. I choose the code/database/files and it looks like it begins to pull but immediately flags this error:

/helpers/acquia-pull.sh: line 90: /usr/local/bin/acli: No such file or directory

I then downloaded the Acquia CLI using the documentation here. I ran lando rebuild and received error messages about
PHP Fatal error: Uncaught Error: Failed opening required '/app/vendor/composer/../../docroot/core/includes/bootstrap.inc'

but the rebuild still pushes through. After pulling again, I receive the same error about there not being a file or directory in acli.

This is what my lando.yml file looks like (removed the ah_application_uuid and ah_site_group):

recipe: acquia
config:
  webroot: ./docroot
  acli_version: latest
  php: '8.1'
services:
  appserver:
    type: 'php:8.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant