Christian Münch
Christian Münch
@amenk sadly some other stuff had to be fixed in the meantime. So this had not high priority for me. Seems that I cannot work a lot on this task...
Merged in develop
@amenk I did some test but the topic is not so easy as it looks like. We have to find a good solution to manage Elasticsearch and Opensearch. I postpone...
We will not fix this issue. Symfony removed support for the shell. With the update to Symfony 5.4 we will also remove this command.
@amenk In the meantime the command was renamed to `config:store:set` and Adobe released the core `config:set` command and a way to define config's via env variables. IMHO this is not...
Implemented as `dev:di:info` command.
@rikwillems I rewrote the way the core commands are execute. We will now call bin/magento in the background. That means that should not bootstrap Magento twice. I was able to...
The ticket is related to Magento 2.3.5 which has reached EOL. For newer versions we hope the issue is fixed in the next release 7.0.0. It can be tested by...
@amenk we have a check that Magento should not be initialized again. Sadly some other stuff seems to load several times. We have to find the source of the redundant...
@amenk I did some tests with a Magerun script file. In my tests the memory leak seems to be in the `config:store:delete` command. We load there a DB collection which...