I am about to migrate an old Symfony 1.4 Application to Symfony 2.2. I think this should be at least a bit planed. So I have several Questions, maybe you can help me:
- Is there maybe a good Tutorial out there (I didn't found one)
- Is it possible to reuse my old schema.yml and fixtures?
- I know about
doctrine:mapping:import
but I think this is not a good idea. Do you have good experiences with this command?
It's not very important to migrate the old data, because the App went inactive and could be started from scratch. However I am hoping to save some time in creation. So it's more about functionality migration.