# Updating Database Password

If <code class="expression">space.vars.SITENAME</code> database password has been modified by a user, then this utility would update the new password in <code class="expression">space.vars.SITENAME</code> application.

Follow the steps given below for updating database password in OpsHub:

{% if "OpsHub Integration Manager" === space.vars.SITENAME %}
\- Stop OpsHub Server/ Service before execution of this utility.
{% endif %}

{% if "OpsHub Migrator for Microsoft Azure DevOps" === space.vars.SITENAME %}
\- Close OM4ADO application before execution of the utility.
{% endif %}

\- Go to <code class="expression">space.vars.SITENAME</code> Installation Folder>/Other\_Resources/Resources. - Unzip \`OpsHub Database Management utility.zip\`. - Run \`OpsHubDatabaseManagementUtility.bat\` for Windows system.

{% if "OpsHub Integration Manager" === space.vars.SITENAME %}
\- In case of Linux system, run \`OpsHubDatabaseManagementUtility.sh\`.
{% endif %}

* Enter path for OpsHub Installation Directory.

<div align="center"><img src="/files/dDeJ6W445gDmPmibld9x" alt="" width="1100"></div>

* Enter the new database password.

<div align="center"><img src="/files/NKEbv5xkDkgUllNzAanP" alt="" width="1100"></div>

* This would update database password in OpsHub application.

<div align="center"><img src="/files/1ihZZ63D8eKhYDO9ejTC" alt="" width="1100"></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opstech.gitbook.io/opstech-docs/7.223/manage/advanced-utilities/updating-database-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
