lando / acquia

The Official Acquia Lando Plugin
https://docs.lando.dev/acquia
GNU General Public License v3.0
2 stars 6 forks source link

Lando pull doesn't recognize ACLI #57

Open samuelshumake opened 1 year ago

samuelshumake commented 1 year ago

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'
camslice commented 1 month ago

This happened to me recently after upgrading Lando. I had to run lando rebuild to get all the services working again.