Updating Your CodeLogic Server
Important
Before you update your CodeLogic Server or Agent, please verify that your systems meet the CodeLogic Installation Requirements.
Internet access is required for updates.
When you update the CodeLogic Server you must also update your CodeLogic Server Agents.
Standard Linux package managers are used to upgrade the CodeLogic Server or the Agents.
The CodeLogic Server is restarted after the upgrade. Open browser sessions may require you to log out and then log back in.
You can update the CodeLogic Server through the GUI or the CLI.
The command line can be used for updating.
sudo dnf update codelogic
sudo apt update
apt list --upgradable
sudo apt upgrade codelogic
Sample Output
$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 http://repo.codelogic.com/debianInRelease
[ output omitted for clarity ]
Reading state information... Done
12 packages can be upgraded. Run 'apt list --upgradable' to see them.
$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 http://repo.codelogic.com/debianInRelease
[ output omitted for clarity ]
Reading state information... Done
12 packages can be upgraded. Run 'apt list --upgradable' to see them.
$ sudo apt upgrade codelogic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
codelogic linux-libc-dev python3-distupgrade ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,422 kB of archives.
After this operation, 36.9 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
[ output omitted for clarity ]
Get:4 http://repo.codelogic.com/debiancodelogic 21.7.1 [2,292 kB]
[ output omitted for clarity ]
Preparing to unpack .../codelogic\_21.7.1\_all.deb ...
Stopping codelogic.service
Unpacking codelogic (21.7.1) over (20.4.0) ...
[ output omitted for clarity ]
Setting up codelogic (21.7.1) ...
Installing new version of config file /opt/codelogic/codelogic.yml.template ...
…