Cloud
Data Center 5.6
Versions
- 9.6
- 9.5
- 9.4
- 9.3
- 9.2
- 9.1
- 9.0
- 8.19
- 8.18
- 8.17
- 8.16
- 8.15
- 8.14
- 8.13
- 8.12
- 8.11
- 8.10
- 8.9
- 8.8
- 8.7
- 8.6
- 8.5
- 8.4
- 8.3
- 8.2
- 8.1
- 8.0
- 7.21
- 7.20
- 7.18
- 7.19
- 7.17
- 7.16
- 7.15
- 7.14
- 7.13
- 7.12
- 7.11
- 7.10
- 7.9
- 7.8
- 7.7
- 7.6
- 7.5
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 6.10
- 6.9
- 6.8
- 6.7
- 6.6
- 6.5
- 6.4
- 6.3
- 6.2
- 6.1
- 6.0
- 5.16
- 5.15
- 5.14
- 5.13
- 5.12
- 5.11
- 5.10
- 5.9
- 5.8
- 5.7
- 5.6
- See all
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
- Connecting Bitbucket Server to an external database
- Connecting Bitbucket Server to PostgreSQL
- Connecting Bitbucket Server to SQL Server
- Investigating Bitbucket Server Database Schema
- Restore fails with password authentication failed for user
- Install Bitbucket Server on Linux from an archive file
- Install Bitbucket Server on Windows
- Password authentication failed with PostgreSQL 9
- The database, as currently configured, is not accessible
- Migrating Bitbucket Server to another server
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 Jan 10, 2018
Related content
- Connecting Bitbucket Server to an external database
- Connecting Bitbucket Server to PostgreSQL
- Connecting Bitbucket Server to SQL Server
- Investigating Bitbucket Server Database Schema
- Restore fails with password authentication failed for user
- Install Bitbucket Server on Linux from an archive file
- Install Bitbucket Server on Windows
- Password authentication failed with PostgreSQL 9
- The database, as currently configured, is not accessible
- Migrating Bitbucket Server to another server
Powered by Confluence and Scroll Viewport.