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:
Daniel Rodriguez 2023-04-04 13:25:55 +00:00
commit 4d30dca6e0
1 changed files with 3 additions and 0 deletions

View File

@ -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 ($@);