You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to setup a bamboo server onto EC2 with a full automated process. Therefore, I would like to know where are the configuration files for database connection, system administrator credentials, as well as proxy setup.
I have run this the docker image locally and discovered that you are using hibernate to config database connection, and some other configs in `bamboo.cfg.xml`. I am wondering if hibernate can read database setting from `properties` file, which you guys did in `Bitbucket Server`. This would simplify the automation.
Hi @Peisheng Wu
Let me share the information I have:
I am trying to setup a bamboo server onto EC2 with a full automated process. Therefore, I would like to know where are the configuration files for database connection, system administrator credentials, as well as proxy setup.
Bambo does not have a mechanism for unattended configuration. We even have a feature request for that:
Just clarifying where the information you are trying to configure is located:
I have run this the docker image locally and discovered that you are using hibernate to config database connection, and some other configs in `bamboo.cfg.xml`. I am wondering if hibernate can read database setting from `properties` file, which you guys did in `Bitbucket Server`. This would simplify the automation.
Not that I'm aware of. What I know you can configure Bamboo as a data source like described here:
What I would try is an automated cloning method:
Create a reference instance as a base for cloning
Install a new instance as a clone of the reference
That is what I have to share in this area. I hope that allows you to move forward.
@Daniel Santos Thanks so much for the answer. This does help a lot.
By the way, if I want to use a remote agent, is it possible to configure the agent with the `clone` method?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Peisheng Wu
You are welcome!
Is a docker valid option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying out with the docker version, but couldn't getting it running together with the server locally. And we have already setup a meeting with your support for this issue and hopefully we can work this out.
Thanks for your help. @Daniel Santos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sure you will find out with our team what is missing =]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.