Description | This article describes how to apply content updates manually through the CLI, as an alternative to performing an update automatically through the GUI. |
Scope | FortiSIEM. |
Solution |
su admin content-update.sh check <running_siem_version> <running_content_update_version> -o /tmp/contentInfo Example: su admin => Output: 'latest': '605'
rm -rvf /opt/phoenix/ContentUpgrade/*
su - admin Example: Updating from the current running content updates version 600: content-update.sh apply 7.1.3 600 --pkg /opt/phoenix/ContentUpgrade/fullContentPkg.tgz
psql -U phoenix -d phoenixdb -c "update ph_sys_conf set value='<lastest_content_update_version>' where property = 'Content_Update_Version';"
Update 1 should be seen as the output. Example: psql -U phoenix -d phoenixdb -c "update ph_sys_conf set value='605' where property = 'Content_Update_Version';"
rm -rf /opt/phoenix/cache/content/
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.