Merge pull request #15951 from Security-Onion-Solutions/reyesj2-patch-2

check if there is a version or hotfix to upgrade to before verifiying elasticsearch compatibility
This commit is contained in:
Jorge Reyes
2026-06-02 15:02:10 -05:00
committed by GitHub
+3 -3
View File
@@ -1644,13 +1644,13 @@ main() {
echo "Verifying we have the latest soup script."
verify_latest_update_script
echo "Verifying Elasticsearch version compatibility across the grid before upgrading."
verify_es_version_compatibility
echo "Let's see if we need to update Security Onion."
upgrade_check
upgrade_space
echo "Verifying Elasticsearch version compatibility across the grid before upgrading."
verify_es_version_compatibility
echo "Checking for Salt Master and Minion updates."
upgrade_check_salt
set -e