Steps to Follow to Change the Database Password

Starting October 11, 2024 (Zephyr Enterprise 8.2), the Zephyr Enterprise documentation moved from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise documentation page. Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/zephyr-enterprise/zephyr-installation---upgrade-guides/zephyr-on-premise-production-installation/connecting-to-an-external-database/steps-to-follow-to-change-the-database-password.html

If you want to change the Database password, follow the below steps:

Step 1 -

Stop the Zephyr Service

Step 2 -

Navigate to JDBC.properties file located in the following location {Zephyr Dir}/tomcat/webapps/flex/WEB-INF/classes.

Step 3 -

Open the jdbc file in the text editor.

Step 4 -

Find the lines:

db.encPassword = WhOpkhkwfkheNzn00GKcoLKwaQg==
db.dversion.encPassword = WhkjhwrkhkhfekhkKwahawkjh

Step 5 -

Remove the above lines.

Step 6 -

Update the new Password in line.

db.password = database new password and

db.dversion.password = database new password

Step 7 -

Start the Zephyr service.

Â