QuestionQ21

FortiSOAR Components

Review this command:

#/opt/cyops-workflow/.env/bin/python /opt/cyops-workflow/sealab/manage.py cleandb --keep 1000  

What outcome is expected from this command?

  • A Deletes all workflow run history, apart from the last 1000 entries
  • B Reclaims disk space for backup, restore, or upgrade process
  • C Deletes the last 1000 entries from the workflow run history
  • D Schedules a workflow execution history cleanup for every Saturday night
Explanation

FortiSOAR cleandb --keep X removes workflow run history while preserving the most recent X entries. Therefore, with --keep 1000, all but the last 1,000 workflow-history entries are deleted. Disk-space reclamation and scheduled execution require separate actions.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!