cli icon indicating copy to clipboard operation
cli copied to clipboard

[v3.3.0] Lando gets confused when running multiple projects simultaneously

Open uberhacker opened this issue 4 years ago • 2 comments

I have noticed on numerous occasions that lando will not connect to the correct database or confuse the name with another running project instance.

Steps to reproduce:

$ cd /path/to/project1
$ lando start
$ cd /path/to/project2
$ lando start
...

Specs below:

$ uname -a
Linux dell-precision-m6700 4.19.0-5-amd64 #1 SMP Debian 4.19.37-2~mx17+1 (2019-05-15) x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: MX
Description:    MX 18.3 Continuum
Release:        18.3
Codename:       Continuum
$ docker -v
Docker version 19.03.15, build 99e3ed8919
$ docker-compose -v
docker-compose version 1.25.1, build a82fef07
$ lando version
v3.3.0
$ node -v
v14.17.5
$ yarn -v
1.22.5

This issue has been ongoing and I was hoping version 3.3.0 would fix it but unfortunately, not.

Note: Lando was installed from source.

uberhacker avatar Sep 04 '21 04:09 uberhacker

This happen for me too, when I run in WSL

thalles avatar Aug 12 '24 23:08 thalles

Hey @uberhacker! See this issue: https://github.com/lando/lando/issues/599

thalles avatar Aug 12 '24 23:08 thalles