puppet-subunit2sql/manifests
Matthew Treinish 8b8b088640
Stop attempting to run a mysqldump before migrations
The pre-migration mysqldump was added so we would have a backup to
restore to in case a migration went south. However, given the size of
the DB, and the times involved in both writing a backup and restoring
from one (which takes days) this isn't very practical. Also, whether
there is enough local disk on logstash.o.o where this will be run is
not entirely clear. Given this we should just abandon this idea before
we begin and just pray that a migration never goes south. (which is
probably a terrible assumption given that I've written most of them)

If/when we consider the data in the subunit2sql database valuable
enough to warrant backing up we can investigate using a real
multi-region periodic backup solution.

Change-Id: I59fb90811d2c9d300d6be7cb876997fd3f35d9bd
2015-11-17 20:33:30 -05:00
..
init.pp Add Gemfile and puppet 4 checks 2015-08-13 18:38:02 -07:00
server.pp Stop attempting to run a mysqldump before migrations 2015-11-17 20:33:30 -05:00
worker.pp Add Gemfile and puppet 4 checks 2015-08-13 18:38:02 -07:00