Upgrade¶
To upgrade, download the official release from the Enterprise Steam download page.
Backup¶
Backing up your Enterprise Steam installation before an upgrade is optional but highly recommended. Please backup the /opt/h2oai/steam/data
folder. To revert to a previous version, reinstall that version and restore the backup.
Upgrade Enterprise Steam service¶
Install the Enterprise Steam package.
yum install steam-1.7.0.x86_64.el6.rpmsudo dpkg -i steam-1.7.0.x86_64.debNote: There is no need to stop the service before upgrading or restart the service after upgrading. Enterprise Steam will restart automatically.
Validate that the Enterprise Steam service is running.
sudo /etc/init.d/steam statussudo systemctl status steamsudo service steam status
For troubleshooting, please review the logs (cat /opt/h2oai/steam/log/steam.log
).
Upgrade Python/R clients¶
After upgrading Enterprise Steam, users of Python and R need to upgrade their Steam API clients. See the Enterprise Steam download page.
pip install h2osteam-1.7.0-py2.py3-none-any.whl
conda install h2osteam-1.7.0-py2.py27_0.tar.bz2
conda install h2osteam-1.7.0-py2.py36_0.tar.bz2
conda install h2osteam-1.7.0-py2.py37_0.tar.bz2
R CMD INSTALL h2osteam_1.7.0.tar.gz