Dear All.
I am facing the the issue of The database, as currently configured, is not accessible.
The connection attempt failed.
Following is my Log.
Server Log atlassian-bitbucket.log
"connect timed out" is the smoking gun - it cannot connect to the database over your network, or the database is not running, or it has been configured to not allow the connection from your Bitbucket server.
Check that the database is reachable with psql on the bitbucket server - that should give you more detail on the exact error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had recently changed my router which changed my local ip address.
Settings in Bitbucket to connect to my database had old ip in C:\Atlassian\ApplicationData\Bitbucket\shared\bitbucket.properties file
I changed the ip to localhost and connection and server both were working normally.
Thanks to Nic for quick support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.