Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo Database Table/Field Location of the Linked Repo settings

Conor O'Higgins May 18, 2022

Hi, 

I’m trying to find the location in the DB for the field(s) that stores the status of the Access all projects and Access all repositories setting in the Linked Repos. there is a db table vcs_location that has a xml_definition_data that captures all of the repository settings except the status of these two fields. The data located in the xml_definition_data field does have the record if Bamboo specs are enabled on a repositories or not.

linked-repo-setting.png

I can make the change in the UI and get a record in the audit table detailing that I made the change however I can't find the source of this in the DB itself in order to query which linked repos have this configured or not.

I have checked across a range of the DB tables and read over the online Bamboo Schema however I can't find anything in regards the location of this setting stored in the DB.

 

The bamboo version I'm using is: 7.1.1

2 answers

1 accepted

1 vote
Answer accepted
Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 18, 2022

Hey @Conor O_Higgins, Welcome to Atlassian Community!

The information you are looking for is in the BANDANA table.

The repository ID will be listed as an XML element on serialised_data

SELECT * FROM BANDANA WHERE BANDANA_KEY LIKE 'bamboo.specs.all.%'

Kind regards,

Eduardo Alvarenga
Atlassian Support APAC

0 votes
Conor O'Higgins May 19, 2022

Thanks @Eduardo Alvarenga 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events