Missed Team ’24? Catch up on announcements here.

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

How to connect to the bamboo database?

Sebastian M_ 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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