We are planning to migrate fortify SSC to new DB. which configurations we need to change?
Software Security Center version 23.1.0.0148
Cybersecurity
DevOps Cloud
IT Operations Cloud
We are planning to migrate fortify SSC to new DB. which configurations we need to change?
Software Security Center version 23.1.0.0148
Are you moving your SSC Database to a new server of the same type? Or, migrating between different databases (e.g., MySQL to MSSQL)?
We are moving to new server with the same DB type
If the credentials will be the same, you can simply update JDBC URL in the datasource.properties file located under the fortify.home\ssc\conf directory. The restart the SSC instance.
If the credentials will be different, you will need to place SSC in maintenance mode. You can do this by setting maintenance.mode=true in the version.properties file located in the same directory as mentioned above. Then restart your SSC instance. After restarting you will need to update the database properties in the setup.
HINT: After you move the DB, you could simply rename datasource.proprites to something else. After restarting the SSC instance, SSC will automatically go into maintenance mode and then you would run through the setup after successful login.
If your SSC instance is in a container or you would like to set SSC in maintenance mode via the UI, you can do so by clicking on Administration >> Configuration >> Maintenance:
Thanks for your support Ethan