cerebrate-project / cerebrate

Cerebrate is an open-source platform meant to act as a trusted contact information provider and interconnection orchestrator for other security tools.
https://www.cerebrate-project.org/
GNU Affero General Public License v3.0
82 stars 16 forks source link

Update documentation on how to update cerebrate #162

Open mokaddem opened 9 months ago

mokaddem commented 9 months ago

Update documentation on how to update cerebrate

vibenas commented 8 months ago

I followed https://github.com/cerebrate-project/cerebrate/blob/main/INSTALL/UPGRADE.md defined process for upgrade, and as instructed run: sudo -u www-data git -C /var/www/cerebrate/ pull origin main

afterwards after trying to login, the error appears "Missing or incorrect CSRF cookie type. Error: The requested address '/users/login?redirect=%2F' was not found on this server."

Is there anything else needed to done for the upgrade?