Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×My Bitbucket (v4.12) just lost sql server settings it appears as Database Type Internal. I already check my SQL Server and its working normally. (SQL Server 2012)
That sounds like Bitbucket did not find the database settings in your bitbucket.properties
configuration file. A number of things could be wrong:
BITBUCKET_HOME/shared/bitbucket.properties
does not exist or cannot be read by the server processbitbucket.properties
and removed the database settings from it.BITBUCKET_HOME
configuration.If you get stuck, please open a support request at https://support.atlassian.com
Thank you Michael Heemskerk, your answer helped me a lot. I workaround the problem doing the next steps:
1.- The file bitbucket.properties doesn't have Atlassian Bitbucket Windows User Permissions. So I added Read/Write permissions with this user to properties file.
2.- Add a new SQL Server "Bitbucket_New"
3.- Migrate to "Bitbucket_New"
4.- Stop Bitbucket Service
5.- Rename "Bitbucket_New" as "Bitbucket_To_Detele"
6.- Rename original Bitbucket SQL Serve database as "Bitbucket_New"
7.- Start Bitbuckt Service
and Presto! everything is up and running
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.