Updating Quicksteam Node

Updating Quicksteam Node

Windows 

To update Quickstream Node please perform the following tasks:
  1. Check and write down which version of Quickstream Node you are currently using. You can check your version by going to "Control Panel", selecting "Program and Features" and finding "Quickstream Node" in the list of installed programs. 
  2. Download the version of Quickstream Node you want to install.
  3. Backup your configuration.
  4. if you want to avoid restarting Windows stop Quickstream Node service before running installation. Also make sure:
    1. there are no "quickstream-node-setup.exe" 
    2. there are no "qs-engine.exe" processes running in the system
    3. the "Services" list in Windows is closed. 
  5. Follow Quicksteam Node installation Your configuration should not be deleted but keep the backup for extra security.
  6. If for any reason your new version is not working as expected uninstall the new version and install the old one. 
If you are upgrading to the next major version please be aware that the major versions may be incompatible. Always read release notes regarding the new version.
Check if your channels are working properly! In some versions of Quickstream Node they could not autostart automatically!
Always remember to update your Quickstream Client due to incompatible in versions.

Debian/Ubuntu

To update Quickstream Node perform the following steps:
  1. Backup Quicksteam Node configuration.

  2. Check your Quickstream Node version and save it in case you have to revert to it.

    $ dpkg -s quickstream-node | grep '^Version:' 
    Version: 1.0.5.qs-1
  3. Update package index 
    $ apt update 
  4. Upgrade Quickstream Node 
    $ apt install --only-upgrade quickstream-node
Quickstream node should restart automatically.
Check if your channels are working properly! In some versions of Quickstream Node they could not autostart automatically!
If you experience any problems you can revert your update:
  1. Install your previous Quickstream Node version.
    $ apt install quickstream-node=<previous version of quickstream>
  2. Restore your configuration from backup: Manual.
  3. You can checks what version of quickstream is available by executing this command:
    $ apt-cache show quickstream-node
If you are upgrading to the next major version please be aware that the major versions may be incompatible. Always read release notes regarding the new version.
Always remember to update your Quickstream Client due to incompatible in versions.

Preventing Quickstream from being updated at system update

You can easily lock updating of Quickstream or any other package via apt-mark command.
Locking package: 
$ apt-mark hold quickstream-node 
Unlocking package 
$ apt-mark unhold quickstream-node 

    • Related Articles

    • Running Quicksteam Node service

      Debian/Ubuntu Restarting Quickstream Node manager It will restart Quickstream Node manager which is also know as Quickstream Wrapper. Without restarting channels. Check pid of qs-node process: $ ps aux | grep qs-node Kill this process: $ kill -9 <pid ...
    • Quicksteam Node configuration backup and restore

      Backup Quickstream Node configuration on Linux is located at: /opt/quickstream/etc/quickstream-node On Windows it is located at: %PROGRAMDATA%\Quickstream\Quickstream Node To backup Quickstream simply copy this directory to another location. You can ...
    • Resetting the Node configuration

      Linux Debian/Ubuntu If you want to reset Quickstream Node configuration database including stored logs and statistics information, You must to reinstall Quickstream Node. Please execute the following command to remove Quickstream Node and remove its ...
    • Installing Quickstream Node

      System requirements Network  Operating system requirements Quickstream supports the following operating systems: Windows 8.1 Pro, Enterprise and Windows Server 2012R2 Windows 10 Pro, Enterprise, Workstation and Windows Server 2016, 2019 or newer  ...
    • Configuring Quickstream Node

      Initial configuration  Linux  To configure Quickstream Node please run the following command:  $ quickstream-node-setup Next select one of the following options: 1) set Node owner in Cloud, to enable Cloud Node administration This option allows you ...