How do I change the external database password
FAQ
On this page
Related content
- Connect Bitbucket to an external database
- Connect Bitbucket to PostgreSQL
- Connect Bitbucket to SQL Server
- Connect Bitbucket to Oracle
- Investigating Bitbucket Server Database Schema
- Restore fails with password authentication failed for user
- Migrating Bitbucket Data Center to another server
- Automated setup for Bitbucket
- Install Bitbucket Data Center on Linux
- The database, as currently configured, is not accessible
You can change the password that Bitbucket Data Center 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 Dec 24, 2020
Related content
- Connect Bitbucket to an external database
- Connect Bitbucket to PostgreSQL
- Connect Bitbucket to SQL Server
- Connect Bitbucket to Oracle
- Investigating Bitbucket Server Database Schema
- Restore fails with password authentication failed for user
- Migrating Bitbucket Data Center to another server
- Automated setup for Bitbucket
- Install Bitbucket Data Center on Linux
- The database, as currently configured, is not accessible
Powered by Confluence and Scroll Viewport.