Running bin/console commands from web context do not get any arguments. So the migrations, and some other less important install steps, are being skipped.
Seems like Symfony decided to remove all arguments if they detect the process is started from web context.
The issue appears in symfony/runtime 7.4.12, but we cannot downgrade to any other version due to a security advisory.
This is a backwards compatibility issue that must be fixed by symfony/runtime (or symfony/process) and there's little we can do besides rewriting our entire update process.
Symfony issue: symfony/symfony#64327
Running
bin/consolecommands from web context do not get any arguments. So the migrations, and some other less important install steps, are being skipped.Seems like Symfony decided to remove all arguments if they detect the process is started from web context.
The issue appears in
symfony/runtime7.4.12, but we cannot downgrade to any other version due to a security advisory.This is a backwards compatibility issue that must be fixed by
symfony/runtime(orsymfony/process) and there's little we can do besides rewriting our entire update process.Symfony issue: symfony/symfony#64327