SecurityRiskAdvisors / VECTR

VECTR is a tool that facilitates tracking of your red and blue team testing activities to measure detection and prevention capabilities across different attack scenarios
1.34k stars 156 forks source link

General Assistance: How to upgrade Vectr while preserving data? #274

Closed dsolstad closed 1 week ago

dsolstad commented 2 weeks ago

I want to upgrade to the newest version of Vectr, but not sure if this will delete the data from my previous campaigns. Will updating the docker compose file to the newest images preserve my existing data?

ryan-fortin commented 2 weeks ago

The normal upgrade process of VECTR does not delete any of the docker volumes which contain your data. Creating a backup before upgrading is recommended and general guidelines for this can be found on the backup and restore page of the docs as well as the upgrading process.

dsolstad commented 1 week ago

Thanks!