How do I change the external database password
FAQ
On this page
Related content
- Securing Bitbucket Server with Apache using SSL
- How to run Bitbucket Server over HTTPS with a Personal Information Exchange (PFX) keystore
- How to import certificate from Bitbucket server to git client
- If you use self-signed certificates
- Proxying and securing Bitbucket Server
- How to import certificate from Bitbucket server to git client
- Integrating Bitbucket Server with Apache HTTP Server
- Securing Bitbucket Server behind HAProxy using SSL
- Redirect HTTP Requests to HTTPS
- Securing Bitbucket Server behind nginx using SSL
You can change the password that Bitbucket Data Center and Server uses to connect to an external database, however you don't do this from the Bitbucket Administration area – you must follow the procedure described below.
To change the password that Bitbucket uses when connecting to an external database:
- Stop Bitbucket. See Start and stop Bitbucket.
- Get your database administrator to change the password on your database.
Go to your Set the 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. See Start and stop Bitbucket.
Last modified on Jul 26, 2021
Related content
- Securing Bitbucket Server with Apache using SSL
- How to run Bitbucket Server over HTTPS with a Personal Information Exchange (PFX) keystore
- How to import certificate from Bitbucket server to git client
- If you use self-signed certificates
- Proxying and securing Bitbucket Server
- How to import certificate from Bitbucket server to git client
- Integrating Bitbucket Server with Apache HTTP Server
- Securing Bitbucket Server behind HAProxy using SSL
- Redirect HTTP Requests to HTTPS
- Securing Bitbucket Server behind nginx using SSL
Powered by Confluence and Scroll Viewport.