Hi @[deleted],
From the error message, it looks like the username used to connect to the database is the database owner.
Is that the case?
Our Connecting Bitbucket Server to SQL Server guide contains the following:
Create a database user: e.g.
bitbucketuser
. This database user should not be the database owner, but should be in thedb_owner
role. It needs to be in this role during setup and at all points when Bitbucket Server is running due to the way Bitbucket Server interacts with the database. See SQL Server Startup Errors. Remember this database user name for the connection step below.
From the other question on this topic, it seems like you found the solution.
Cheers,
Caterina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.