re-running a playbook #341
-
|
Hello,
I am now wondering: Thanks in advance. Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @MagnaFrisia90, yes, re-running the database steps (i.e. |
Beta Was this translation helpful? Give feedback.
Hi @MagnaFrisia90, yes, re-running the database steps (i.e.
setup-connections-wizards.ymlwithin thesetup-connections-complete.ymlplaybook) is supported. The fact that it fails in your scenario is a bug, as it should account for running thoserunstats.sqlscripts again. We'll work on a fix.The reason it runs the
runstats.sqlscripts more than once is to accommodate the use case described in this topic (https://opensource.hcltechsw.com/connections-doc/v8-cr7/admin/admin/t_admin_db_maintain_stats.html). If the databases have been successfully created but thesetup-connections-complete.ymlplaybook needs to be rerun, you can setsetup_connections_wizards: falseinall.ymlto bypass the dat…