| .. | ||
| 3.0.0_to_3.0.1.sql | ||
| 3.7.1_and_previous_maven_central_fix.sql | ||
| README.md | ||
Upgrade Notes
This directory contains a scripts and other information that may be necessary to execute prior to upgrading.
SQL Scripts (Manual)
To upgrade, shutdown Dependency-Track and execute the script for the version you're upgrading from to the version being upgraded to. The scripts must be executed prior to upgrades.
SQL Scripts (Automated)
It's highly recommended that Dependency-Track users manage their database schemas through tools like Liquibase or Flyway. The automatic creation of schema columns, indexes, and constraints is part of the Dependency-Track startup process. However, if indexes, columns, or constraints are altered or removed between versions, tools like Liquibase and Flyway can assist in automating the versioning and migration of the schema without much need for manual intervention.