Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
All Manual Versions
Ignition 8.0
Ignition 7.9
Ignition 7.8
You can silently upgrade Ignition from a command shell without showing any user prompts. Remember to make a Gateway backup before performing any type of upgrade. Also, the installer cannot automatically start the Gateway after a silent upgrade.
Use the /etc/init.d/ignition start
command as shown below.
Command line example:
gwcmd -b /var/backups/mybackup.gwbk
sudo ./ignition-8.x.x-linux-x64-installer.run --mode unattended --unattendedmodeui none --autoupgrade true
/etc/init.d/ignition start
Flags:-- mode unattended
(ensures that no prompts appear during installation)-- unattendedmodeui none | minimal
(the none
flag does not display any sort of graphic during installation; the minimal
flag displays a small progress bar and nothing else, but only if you are working in a graphical system)-- autoupgrade true
(runs the installer in upgrade mode)