Merge remote-tracking branch 'origin/2.4/dev' into issue/13012

This commit is contained in:
m0duspwnens
2024-05-15 13:48:46 -04:00
3 changed files with 21 additions and 0 deletions

View File

@@ -659,6 +659,10 @@ suricata_idstools_migration() {
else
fail "Error: rsync failed to copy the files. Thresholds have not been backed up."
fi
#Tell SOC to migrate
mkdir -p /opt/so/conf/soc/migrations
echo "0" > /opt/so/conf/soc/migrations/suricata-migration-2.4.70
}
playbook_migration() {