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.