mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
Symfony 7.2 and Doctrine Migrations with two different databases #7472
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nnikolay on GitHub (Feb 9, 2025).
I have troubles to execute properly the migrations between two different databases with Doctrine.
Here my Doctrine debug information:
The migration paths are detected but when I try to execute the migration with the corresponding entity manager it executes both migrations in one database:
My doctrine.yaml
Here is my doctrine_migrations.yaml
And the single configurations:
Module1:
What I am missing?