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

How to connect to the bamboo database?

Sebastian M_
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 26, 2023

Following the suggestion laid out here:

No agents meet this job's requirements | Bamboo | Atlassian Documentation

how does one connect to the database at step:

Before we dig into capabilities and requirements, we first need to make sure no Bamboo agent is dedicated to the particular PROJECT, PLAN, JOB, DEPLOYMENT and/or ENVIRONMENT you are experiencing the issue with. In order to do that, please run the following SQL statement against Bamboo's database:

select AGENT_TYPE, TITLE, ENABLED, ASSIGNED.*
  from AGENT_ASSIGNMENT as ASSIGNED
  join queue as AGENT
       on ASSIGNED.EXECUTOR_ID = AGENT.QUEUE_ID;

?

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 2, 2023

Welcome to the Atlassian Community!

With a database client of some sort.  For my databases at home, I tend to use psql and phppgadmin for most, and mysql for the rest.

You should probably talk to your database administrators about this.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events