Upgrading Connectware (Docker)
Upgrade Connectware on Docker.
Last updated
Was this helpful?
Upgrade Connectware on Docker.
Some Connectware versions require intermediate upgrade steps. Before you upgrade, check Connectware Upgrade Paths to determine the upgrade path for your current version.
To upgrade Connectware to a newer version, get the latest installer script by following the steps in the Prepare Installer Script chapter. When running the update, select your current Connectware installation directory.
The update will automatically preserve your existing configuration, including your license key and network settings. If you're prompted to enter a license key during the update, this usually means you have selected the wrong installation directory. In this case, cancel the update and verify you have chosen the correct path.
If you originally installed Connectware using sudo privileges, make sure to use sudo when running the update as well.
The installer supports an automated deployment mode that requires no manual intervention. You can activate this by using either -s or --silent, and -d(directory) when running the installation script.
If you need to customize your installation, the script offers several configuration options. Run the installer with --help to view all available parameters.
Example
./connectware-online-installer.sh -s -d <PATH/TO/YOUR/CONNECTWARE/FOLDER>Last updated
Was this helpful?
Was this helpful?

