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

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

Open
uberhacker opened this issue Sep 4, 2021 · 0 comments

Comments

@uberhacker
Copy link
Contributor

uberhacker commented Sep 4, 2021

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.

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