[Flow] doctrine:migrate fail after installing TYPO3.Media

Mark Kuiphuis mark at capesso.com.au
Tue Feb 17 02:03:08 CET 2015


On 16/02/2015 8:11 pm, Patric Eckhart wrote:
> Thank you for your answer,
>
> how can I run a specific migration of the typo3_media... tables?

./flow doctrine:migrationexecute --version <versionnumber> --direction up

replace <versionnumber> with the migration you'd like to execute.

You can find the non-migrated migrations by executing the command:

./flow doctrine:migrationstatus

If you only want to mark a migration as migrated (looking at your 
initial question in this thread) you need to do something like:

./flow doctrine:migrationversion --version <versionnumber> --add

(I have never used this, so don't know the exact parameters.

Regards,

Mark Kuiphuis


More information about the Flow mailing list