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.