> For the complete documentation index, see [llms.txt](https://docs.opshub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opshub.com/v7.226/manage/advanced-utilities/updating-database-password.md).

# Updating Database Password

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

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

{% if "OM4ADO" !== visitor.claims.unsigned.product && "OAM" !== visitor.claims.unsigned.product %}

* Stop OpsHub Server/ Service before execution of this utility.
  {% endif %}

{% if "OM4ADO" === visitor.claims.unsigned.product %}

* Close OM4ADO application before execution of the utility.
  {% endif %}

* Go to <code class="expression">space.vars.OIM</code> Installation Folder>/Other\_Resources/Resources.

* Unzip `OpsHub Database Management utility.zip`.

* Run `OpsHubDatabaseManagementUtility.bat` for Windows system.

{% if "OM4ADO" !== visitor.claims.unsigned.product && "OAM" !== visitor.claims.unsigned.product %}

* In case of Linux system, run `OpsHubDatabaseManagementUtility.sh`.
  {% endif %}

- Enter path for OpsHub Installation Directory.

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

* Enter the new database password.

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

* This would update database password in OpsHub application.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.opshub.com/v7.226/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.
