Closed aryaroudi closed 4 years ago
@aryaroudi could you share your lando config with us to help validate?
@aryaroudi did you figure this out?
I just tested with the following .lando.yml
config and it worked.
name: kickstart
recipe: drupal8
config:
webroot: web
php: 7.3
database: mariadb
If you could post your lando config, we can test it.
hey @cnovak yes sure:
name: d8-composer-verify
recipe: drupal8
services:
phpmyadmin:
type: phpmyadmin
hosts:
- database
config:
drush: "*"
webroot: web
database: 'mysql:8.0.19'
config:
database: config_lando/my-custom.cnf
not yet, I'm just continued to install it by drush si
and that way it works, anyway I guess it won't be a concern for me as we need to put the whole process in a CI/CD pipeline and we need to install it by CLI but just shared it in case someone faces the same issue in the web console
Thanks for posting the config file. I just tested it and seems to be working. Weird. I'll ask someone else to try this and let you know.
@aryaroudi We tested this on another clean lando install with the provided config and could not reproduce this.
Since this is not a blocker for you anymore, I'm going to go ahead and close this.
Feel free to re-open if this is still an issue. Thank you.
Describe the bug I set up my environment with Lando and tried on 2 different MacBook Pro laptops and the installation stuck on 98% and not going further. To Reproduce Steps to reproduce the behavior: Do the
lando start
Open the environment in the browser (It will redirect you to Install page) Enter the database detailsExpected behavior There should be an error to show why it stuck there
Screenshots
Additional context If I install the drupal bu
drush
it works fine btwVersion Info Drupal: 8.8 Lando: 3.0.0-rrc.2 MySql: 8.0.19