Cloning a Bamboo instance
Cloning a Bamboo instance to a new server
To clone a Bamboo instance to a new server:
- Export/Backup your original Bamboo instance.
Install the same version of Bamboo on the new server.
If you are cloning a Bamboo instance to the same server, make sure that the original Bamboo instance doesn't have the same installation path as the new Bamboo instance.On the new server, go to
, where<bamboo-install-dir>
/WEB-INF/classes<bamboo-install-dir>
is the directory where you've extracted the downloaded package.Open the
bamboo-init.properties
file in a text editor and set thebamboo.home
variable to the new path of the Bamboo home directory.If you are cloning a Bamboo instance on the same server, make sure that the new Bamboo instance doesn't have the same home directory path as the original Bamboo instance.
- Start the new Bamboo instance and import the existing export/backup data prepared in Step 1.
Alternative cloning scenario
If your current instance has grown too large and export/import does not work, you can still clone your instance by using an alternative backup and restore strategy.
The approach is to clone the content of the Bamboo home directory and make it available to the new Bamboo instance:
- Stop the original Bamboo instance.
Create a backup:
embedded DB
external DB
Compress the original Bamboo home directory into a
.zip
file. The embedded database is included in the directory.- Compress the original Bamboo home directory into a
.zip
file. - Create a database backup with the native tools.
You can reduce the size of a compressed
<bamboo-production-home>
file by deleting the
directory that contains working copies of the checked-out sources.<bamboo-home-dir>
/local-working-dirFor more information about migrating databases, see Move data to a different database.
- Compress the original Bamboo home directory into a
- Restart the original Bamboo instance.
Install the same version of Bamboo on the new server.
If you are cloning a Bamboo instance to the same server, make sure that the original Bamboo instance doesn't have the same installation path as the new Bamboo instance.
- Transfer the compressed original Bamboo home directory to the new server where you installed the new Bamboo instance.
- Replace the content of the new Bamboo home directory with the content of the unzipped home directory.
- On the new server, go to
, where<bamboo-install-dir>
/WEB-INF/classes<bamboo-install-dir>
is the directory where you've extracted the downloaded package. Open the
bamboo-init.properties
file in a text editor and set thebamboo.home
variable to the new path of the Bamboo home directory.If you are cloning a Bamboo instance on the same server, make sure that the new Bamboo instance doesn't have the same home directory path as the original Bamboo instance.
(External DB only) Create a new database for the cloned instance and import the external database backup.
In the new Bamboo home directory, open
bamboo.cfg.xml
and
in a text editor. Then, change the server names/IP addresses according to the new location.
/<bamboo-shared-home-dir>
/configurationadministration.xml
(External DB only) Edit
bamboo.cfg.xml
in the new Bamboo home directory, and enter the new database connection details and credentials.Before starting Bamboo, depending on your motivation for cloning, you may also want to ensure any customizations that were made in the previous Bamboo instance's installation directory are also copied to the clone. Examples of customizations include proxy settings, additional JVM arguments and JVM memory allocation tweaks. These customizations most commonly exist in:
<bamboo-install-dir>
/bin/setenv.sh<bamboo-install-dir>
/conf/server.xml
- Start the new Bamboo instance.
次のステップ
- (Optional) You can upgrade the new Bamboo instance.
- If the new server has different locations for:
- JDK
- ant
- Maven
- perforce
- Msbuild tools