Description
Hi
All of a sudden, I can not use lando mysql or lando db-export anymore. I have no feedback at all and the log files don't show any new lines.
I upgraded to the newest version. v3.23.26
Removed and rebuild the proxy.
I did a poweredoff and rebuild everything.
When I run lando mysql --verbose, I see (-vvv gives no feedback...)
➜ laravelmatching git:(main) ✗ lando myssql --verbose
lando loading app laravelmatching from config files 0=/path/to/.lando.yml +295ms
➜ laravelmatching git:(main) ✗
Some context
I worked for years without any problem with Lando and since last week some problems arose after I had to replace a failing modem/router at my internet provider. DNS-rebinding prevention was a new 'feature' of the new modem so I had to change my setup in order to be able to continu working. I adapted my hosts file (local & on the linux box) with my local ip/domain names for every project in Lando and everything works fine again, except for the handling of databases. Mysql on itself runs fine as well as all my other apps.
I am about to start purging all my conainers but I'm afraid I will loose all my data. (Is that the case or only a risk)
Any suggestions? What else can I do? Can this have anything to do with the DNS-binding-prevention?
Kind regards,
Erwin