FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
Andy_G
Staff
Staff
Article Id 196473
Description

If customers have changed their DB passwords and they are trying to upgrade their environment to CyOPs™ 4.11.1 or earlier, then they must take care of the following to ensure that their CyOPs™ instance is running post-upgrade:

  1. Update the Mongo password with the previously set password in the parameter_prod.yml file, which is located at /opt/cyops-api/app/config/parameters_prod.yml.
    You require to update the mongodb_password parameter.
  2. Update the Postgres password with the previously set password in the parameter_prod.yml file, which is located at /opt/cyops-api/app/config/parameters_prod.yml.
    You require to update the database_password parameter.
  3. Run the following commands as a root user:
    1. cd /opt/cyops-api/
    2. sudo -u nginx php app/console cache:clear --env=prod --no-interaction
    3. sudo -u nginx php app/console cybersponse:system:update -la --env=prod
    4. sudo -u nginx php app/console mongodb:migrations:migrate --no-interaction --env=prod
    5. sudo -u nginx php app/console cybersponse:system:update -la --env=prod
    6. sudo -u nginx php /opt/cyops-api/app/console cybersponse:elastic:create --env=prod
    7. sh /opt/cyops/configs/scripts/services.sh restart

Contributors