User Tools

Site Tools


wiki:upgrade_confluence

This is an old revision of the document!


Upgrade confluence

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
systemctl restart confluence

Tested on

See also

References

wiki/upgrade_confluence.1705402432.txt.gz · Last modified: 2024/01/16 11:53 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