cloudfoundry / java-buildpack-auto-reconfiguration

Auto-reconfiguration functionality for the Java Buildpack
Apache License 2.0
219 stars 103 forks source link

Support disabling of Play DB Reconfiguration #52

Closed nob13 closed 7 years ago

nob13 commented 8 years ago

Right now Play DB Reconfiguration enables DB Evolutions on all databases found by some parsing of the application.conf.

However it would be nice if it could be disabled, as having many CF instances doing a race condition in updating a production DB is not always a wise idea. For us it's better to update it by hand or by a single special instance only.

Thanks, Norbert

nebhale commented 7 years ago

As the auto-reconfiguration support has lagged for Play releases without any real request for keeping up with it, the forth coming 2.x line will drop all support for Play auto-reconfiguration.