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.
Hello,
I am migrating our bamboo instance to a new server.
Old server: version 5.15.4 build 51517
New server: 5.15.5 build 51518
I followed the KB article and the new instance stops working after importing the backup of the old server
the logs show a cipher id error and i can see that there is no cipher folder under %bamboohome%/xml-data/configuration. i tried copying the cipher folder from the old server to the new server but that didnt solve anything
View log here:
I followed the KB article and the new instance stops working after importing the backup of the old server
Bamboo 5.15.x shipped with a new System-wide encryption feature. The encryption key is stored in the database and on the filesystem. Both the filesystem and the database key parts are required to perform successful decryption. The key part stored on your filesystem is located under <BAMBOO-HOME>/xml-data/configuration/cipher. It is essential to have both the parts available for Bamboo to work.
Like it is mentioned in this KB article, the below SQL statement in your bamboo database returns two rows:
SELECT * FROM BANDANA
WHERE BANDANA_KEY LIKE '%cipher%';
If it is not found, you may have to reinstall and use export and import option to do the migration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.