Upgrading from JetStream 1.x¶
Due to some name changes, upgrading from a JetStream 1.x server may require extra steps as outlined below.
CentOS 7¶
Disable and uninstall the JetStream 1.x service, then install normally. Before starting the service, restore the previous server configuration file. For example (run as root or add sudo
before each command):
admin@server-host# systemctl disable jetstream-server
admin@server-host# systemctl stop jetstream-server
admin@server-host# rpm -e cumul8-jetstream
admin@server-host# rpm -i go-jetstream-<version>.x86_64.rpm
admin@server-host# cp /etc/jetstream-server.rsp.rpmsave /etc/jetstream-server.rsp
admin@server-host# systemctl enable jetstream-server
admin@server-host# systemctl start jetstream-server
See Quickstart.
Ubuntu 18.04¶
Disable and uninstall the JetStream 1.x service, then install normally. For example (run as root or add sudo
before each command):
admin@server-host# systemctl disable jetstream-server
admin@server-host# systemctl stop jetstream-server
admin@server-host# dpkg -r cumul8-jetstream
admin@server-host# dpkg -i go-jetstream_<version>.deb
admin@server-host# systemctl enable jetstream-server
admin@server-host# systemctl start jetstream-server
See Quickstart.
macOS¶
Simply install normally (see Quickstart).
Windows¶
Warning
Settings from JetStream 1.x will not be automatically migrated.
Install normally (see Quickstart). If you wish to retrieve your previous settings, copy the settings files from the old installed location to the new installed location. By default, the configuration files are found here:
Configuration Files Type | Jetstream 1.x Location | New Location |
---|---|---|
Command-line parameters | C:\Program Files\Cumul8\Jetstream Server\etc |
C:\Program Files\Jet Digital Inc\JetStream Server\etc |
Triggers | C:\WINDOWS\system32\config\systemprofile\AppData\Local\Cumul8\Jetstream\triggers |
C:\WINDOWS\system32\config\systemprofile\AppData\Local\Jet Digital Inc\JetStream\triggers |
Persistent State | C:\WINDOWS\system32\config\systemprofile\AppData\Local\Cumul8\Jetstream\state |
C:\WINDOWS\system32\config\systemprofile\AppData\Local\Jet Digital Inc\JetStream\state |