We need to migrate our SQL Server database into a more restrictive environment where the user will not be in the db_owner role.
Bitbucket documentation suggests db_owner is necessary, but best practice in a corporate environment is usually not to give users db_owner rights. I'm sure we're not the first people to face this.
Does anyone else have experience doing it?
What privileges are required for bitbucket to successfully run without being db_owner?