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.