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.
Bamboo bootstrap failed: Your Bamboo instance could not start because Bamboo home directory does not match database. Contact Atlassian Support.
Get the above error after upgrading my Bamboo to the latest release, 6.2.2 build 60209
Anyone know how to fix?
Hi Jason,
This sounds like a known issue, which we're tracking here: https://jira.atlassian.com/browse/BAM-18718
This bug also has two workarounds - see if either allows you get this to work.
Cheers,
Christian
Premier Support Engineer
Atlassian
Thank you Christian, the second option from your link solved my problem.
delete from BANDANA where BANDANA_KEY = 'bamboo.db.version';
Restart Bamboo service
*Issue resolved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is BANDANA a key for something here?
I just hit this issue on my 6.4 instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bamboo config: ($BAMBOO-HOME/bamboo.cfg.xml)
<application-configuration>
<setupStep>complete</setupStep>
<setupType>custom</setupType>
<buildNumber>60706</buildNumber>
<properties>
DB:
select * from bamboo.bandana where bandana_key = 'bamboo.db.version';
update the the 'bandana_key' to mach
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
mysql> select * from BANDANA where BANDANA_KEY='60706';
Empty set (0.00 sec)
So, "bamboo.db.version" is <buildNumber> in the "bamboo.cfg.xml" ?
I get no result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even i did not get any result.
Hipsql (13.1 (Ubuntu 13.1-1.pgdg16.04+1), server 9.6.20)
You are now connected to database "bamboo" as user "postgres".
bamboo=# select * from bamboo.bandana where bandana_key = 'bamboo.db.version';
ERROR: relation "bamboo.bandana" does not exist
LINE 1: select * from bamboo.bandana where bandana_key = 'bamboo.db....
^
bamboo=#
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.