[TYPO3-dev] Something like rake db::migrate_plugins

Christian Opitz christian.opitz at netzelf.de
Sat May 7 17:44:52 CEST 2011


Hi,

we're using continuous integration with Jenkins and in combination with 
the CLI cache cleaner and svn:externals this all works pretty well. But 
there's still something that is quite annoying: When I've changed a TCA 
in a plugin, I always have to log in to the backend on testing 
environment and make the migrations by hand. The funny thing about that 
is that we forget to do this nearly always and our testers then report 
strange errors - this is ok for testing env but it is not for production 
and blocks us implementing continuous deployment.

So I thought about writing an extension that provides a cli-command to 
make the table updates. This should function exactly as in the extension 
manager.

But before I write that ext I'd like to ask you if you eventually know 
something - a extension or some other tools - that already provides this 
functionality? (I also thought about sth. like dbdeploy but did not use 
it yet)

Cheers,
Christian




More information about the TYPO3-dev mailing list