Sets the release channel this machine updates from, and keeps it until it is set again.
New in version 3.0.11
Syntax
QOps-SetUpdateChannel [Value]
Parameters meaning:
Value is the channel name to switch to, for example a beta or a release-candidate channel. main-3.x returns the machine to the stable channel. Channel names accept letters, digits, dot, dash and underscore; anything else is refused.
The setting is machine-level, not per profile — it is about which build of QOps you run, not which Qlik you point it at. For a one-time install from a channel without changing the machine's default, use QOps-Update -Channel instead.
Examples
QOps-SetUpdateChannel "beta-3.1"
QOps-SetUpdateChannel "main-3.x"
Returns the machine to the stable channel.