Merge branch 'ent-10726-guardia-15229-no-se-pueden-sincronizar-colecciones-en-v769' into 'develop'
Revert "Explicitly use LWP::Protocol::https (required for HTTPS connections)." See merge request artica/pandorafms!5644
This commit is contained in:
commit
4d30dca6e0
|
@ -642,6 +642,9 @@ sub ha_main_pandora($) {
|
|||
|
||||
# Execute resync actions.
|
||||
enterprise_hook('pandoraha_resync_dbs', [$conf, $dbh, $DB_Host, \@HA_DB_Hosts]);
|
||||
|
||||
# Synchronize nodes.
|
||||
enterprise_hook('pandoraha_sync_node', [$conf, $dbh]);
|
||||
};
|
||||
log_message($conf, 'WARNING', $@) if ($@);
|
||||
|
||||
|
|
Loading…
Reference in New Issue