Cloud
Data Center 5.12
Versions
How do I change the external database password
Bitbucket Server FAQ
- Bitbucket rebrand FAQ
- How do I change the external database password
- Bitbucket Server home directory
- Raising a request with Atlassian Support
- Support policies
- Building Bitbucket Server from source
- Contributing to the Bitbucket Server documentation
- Collecting analytics for Bitbucket Server
- Bitbucket Server EAP - How to update your add-on
On this page
Related content
- Implementing SSL on Apache
- Secure Bitbucket with Apache using SSL
- How to set up Bamboo behind an SSL-enabled proxy (Apache)
- Secure Bitbucket with Tomcat using SSL
- Integrating Jira with Apache using SSL
- Integrate Bitbucket with Apache HTTP Server
- Configuring Crowd to Work with SSL
- Running Confluence Over SSL or HTTPS
- Running Jira applications over SSL or HTTPS
- Connecting to SSL services
You can change the password the Bitbucket Server uses to connect to an external database, however you don't do this from the Bitbucket Server Administration area – you must follow the procedure described below.
To change the password that Bitbucket Server uses when connecting to an external database:
- Stop Bitbucket Server. See Starting and stopping Bitbucket Server.
- Get your database administrator to change the password on your database.
Go to your Bitbucket Server home directory.
Edit the
bitbucket.properties
file to change the line that looks like:jdbc.password=MY_PASSWORD
replacing
MY_PASSWORD
with your new database password.- Restart Bitbucket Server. See Starting and stopping Bitbucket Server.
Last modified on Aug 6, 2018
Related content
- Implementing SSL on Apache
- Secure Bitbucket with Apache using SSL
- How to set up Bamboo behind an SSL-enabled proxy (Apache)
- Secure Bitbucket with Tomcat using SSL
- Integrating Jira with Apache using SSL
- Integrate Bitbucket with Apache HTTP Server
- Configuring Crowd to Work with SSL
- Running Confluence Over SSL or HTTPS
- Running Jira applications over SSL or HTTPS
- Connecting to SSL services
Powered by Confluence and Scroll Viewport.