commenting out db init in resultsdb-be for now since it's always being run and clears contents of the db

This commit is contained in:
Tim Flink 2014-08-20 17:42:28 +00:00
parent 1780914f5b
commit ce9a440324

View file

@ -47,5 +47,8 @@
notify:
- restart httpd
- name: initialize resultsdb database
shell: PROD='true' resultsdb init_db && touch /etc/resultsdb/db-is-init creates=/etc/resultsdb-is-init
# this command will clear the exising database and it's now being run every time, regardless of whether
# /etc/resultsdb-is-init exists or not. We've already lost a lot of data, so commenting this command out
# while we figure out how to handle the problem
#- name: initialize resultsdb database
# shell: PROD='true' resultsdb init_db && touch /etc/resultsdb/db-is-init creates=/etc/resultsdb-is-init