[Flow] Installing TYPO3.Media
Rik Willems
rik at metmeer.nl
Wed Apr 23 11:18:28 CEST 2014
Hi Christian,
Thank you for your this extensive explanation. I messed up bigtime, good
I'm just testing around. Now building the database again.
Let's wait and see what happens with TYPO3.Media now...
Cheers!
Christian Loock schreef op 23-04-14 10:55:
> Hi,
>
> you can also use ./flow doctrine:migrationstatus to see which migrations
> have run and which didn't.
>
> You can also use ./flow doctrine:validate to check if any Model Classes
> are causing issues.
>
> However, once you ran all migrations (as long as you use them aswell for
> your Package) you should be good to go without having to update manually
> using doctrine:update.
>
> You could also try to run ./flow doctrine:migrationgenerate to see if it
> will generate any additional migrations for your installation (do this,
> after all existing migrations have run).
>
> When you use migrations (which you should) you should never use
> doctrine:update because it might make future migrations break. When
> changing your models, you should use migrationgenerate to generate a
> migration and move the generated file to your Package's migration folder.
>
> See also
> http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartIII/Persistence.html#schema-management
> for further reference.
>
> Cheers!
More information about the Flow
mailing list