Hi,
somehow in the past the bamboo.home variable was set to the same directory (ISS/BAMBOO) than the application was installed. So we tried to change it but we had no luck. What we did:
Stop Bamboo (running on sles)
moved XML-DATA, artifacts, logs, backups, index and temo to /ISS/BAMBOO-DATA
Changed the variable in bamboo-init.properties
Started Bamboo
Now the setup wizard comes up! What was wrong?
Thanks in advance,
Carsten
Make sure to move the bamboo.cfg.xml as well. If you do a clean installation of the app on another area - you can see which files/directories should be moved.
bamboo-init.properties is to define where <bamboo-home> will be, however, in the same way you can specify the directory path to Artifacts during Bamboo's installation through the UI, post Bamboo installation you will find <bamboo-home>/bamboo.cfg.xml in which describe where files are stored:
<properties>
<property name="bamboo.artifacts.directory">${bambooHome}/artifacts</property>
<property name="bamboo.config.directory">${bambooHome}/xml-data/configuration</property>
...
So if you want to copy Artifacts and place them outside <bamboo-home> directory, you should update <bamboo-home>/bamboo.cfg.xml providing the correct path for it. The same applies to the other properties.
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.