We have a Symfony (v2.x, although the question applies to all Symfony versions until at least v6.x) project using Doctrine ORM (v2.x).
We managed to connect to PostgreSQL with multiple schemas in a single database.
Now when we update any entity and execute the command php app/console doctrine:schema:update it is only updating the PostgreSQL's public schema.
How can we update all schemas in PostgresSQL?
This question to all versions of Symfony, until at least 6.x line.