odiszapc / c5-db-migration

Automatically exported from code.google.com/p/c5-db-migration
0 stars 0 forks source link

Shipping scripts to production #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great if we could bundle or package scripts already created 
(and most likely run locally) to ship to say staging or production.
Most companies don't have development team access staging (and even less 
production) and can't (or don't want to) run db-migration plugin (or any 
other things that require lots of configuration/setup for that matter).

It could be like:
mvn db-migration:package -Dfrom=201006041042
mvn db-migration:package -Dfrom=201006041042 -Dto=201006041100

The result might be a simple jar file of all the scripts included in the 
range, plus and additional script to populate the schema_version table.
Even if we can't set "duration", it would still be highly valuable.

Any thoughts?

Thanks,
Luc.

Original issue reported on code.google.com by lpe...@gmail.com on 4 Jun 2010 at 2:47

GoogleCodeExporter commented 8 years ago
Needless to say it's not a DEFECT by any mean. Just a request for enhancement :)

Original comment by lpe...@gmail.com on 4 Jun 2010 at 2:47