当前位置:网站首页>confluence7.4. X upgrade record

confluence7.4. X upgrade record

2022-06-25 12:03:00 It's me

background :confluence Be swept out high-risk loopholes , Need to upgrade to the latest version .

present situation : Stand alone deployment , Privatization deployment , Unable to connect to the Internet .

Operation record :

  1. Backup confluence working directory

cp confluence confluence_backup_20220523

2. Backup mysql

mysqldump -u root -p confluence > confluence.sql

3. Download the latest confluence package

Visit the official website to download 7.4.16 Installation package

4. take atlassian-confluence-7.4.16-x64.bin Upload to private server

5. modify atlassian-confluence-7.4.16-x64.bin jurisdiction

chmod 777 atlassian-confluence-7.4.16-x64.bin

6. perform atlassian-confluence-7.4.16-x64.bin

./atlassian-confluence-7.4.16-x64.bin

7. choice 3 Upgrade an existing Confluence installation

8. installation is complete crack It will fail , Need to re crack once

9. find confluence.cfg.xml, Generally in application-data Look for

cd application-data/confluence/confluence.cfg.xml

10. Copy the record serviceId

11. find atlassian-extras-decoder-v2-3.4.1.jar, Back up to one location

This bag is usually in /confluence/confluence/WEB-INF/lib/ Next

cp atlassian-extras-decoder-v2-3.4.1.jar /data/v01/confluence/

12. download crack package

A link is attached here

「confluence」https://www.aliyundrive.com/s/2JqY2v4w9XR Extraction code : d32l Click the link to save , Or copy this paragraph , open 「 Alicloud disk 」APP , No need to download speed online view , The original video is played at double speed .

13. perform confluence_keygen.jar

java -jar confluence_keygen.jar

14. Enter the... Found above Server ID

15. Click on .gen! Generate key

16. Click on .patch Select the... Found above atlassian-extras-decoder-v2-3.4.1.jar.

A new... Will be generated in the same folder atlassian-extras-decoder-v2-3.4.1.jar, The original atlassian-extras-decoder-v2-3.4.1.jar Will be renamed atlassian-extras-decoder-v2-3.4.1.jar.bak

notes : When using the crack , Must break the jar Package name from atlassian-extras-decoder-v2-3.4.1 Change it to atlassian-extras-2.4

17. Will create a new atlassian-extras-decoder-v2-3.4.1.jar Uploading to the deployment has confluence On the private server of the , Generally in /confluence/confluence/WEB-INF/lib/ Next

18. take confluence.cfg.xml Medium jwt.public.key Amend to the above crack Generated key.

18. start-up confluence visit

原网站

版权声明
本文为[It's me]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206251145260950.html