User Tools

Site Tools


wiki:upgrade_confluence

Upgrade confluence

8.5.3 to 8.5.4

Also from: 8.5.4 → 8.5.5

cd /root/
cp /var/lib/confluence/conf/server.xml /root/
wget https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-8.5.4-x64.bin && chmod +x atlassian-confluence-8.5.4-x64.bin
./atlassian-confluence-8.5.4-x64.bin
wget https://cdn.mysql.com//Downloads/Connector-J/mysql-connector-j-8.2.0.tar.gz

tar -C /var/lib/confluence/confluence/WEB-INF/lib -vxf mysql-connector-j-8.2.0.tar.gz mysql-connector-j-8.2.0/mysql-connector-j-8.2.0.jar --strip-components=1

cp server.xml /var/lib/confluence/conf/server.xml

systemctl restart confluence

Tested on

See also

References

wiki/upgrade_confluence.txt · Last modified: 2024/01/28 12:16 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki