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:
parent
1780914f5b
commit
ce9a440324
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue