systemd
command, rename omnisci.conf
to heavy.conf
.omnisci
database will not be automatically renamed to the new default name heavyai
.FileMgr.cpp:1104 Table storage forward compatibility is not supported. Version of OmniSci software used is older than the version of table being read: 2
{path_to_storage_directory}
with the path to the storage/data directory:echo -n -e '\x1\x0\x0\x0' | tee {path_to_storage_directory}/data/table_*/filemgr_version
9e01e520c30c
:run
command.--rm
to the Docker run
command so that the container is removed when it is stopped./var/lib/heavyai
directory. You can rename the directory or point to a different directory to run a later version of HEAVY.AI.update
command. The command upgrades HEAVY.AI in place without disturbing your configuration or stored data./var/lib/heavyai
).sudo systemctl disable omnisci_web_server
sudo systemctl disable omnisci_server
sudo yum remove omnisci
rm /lib/systemd/omnisci_server*.service
rm /lib/systemd/omnisci_web_server*.service
systemctl daemon-reload
systemctl reset-failed
update
and upgrade
commands. HEAVY.AI is upgraded in place without disturbing your configuration or stored data./var/lib/heavyai
).sudo systemctl disable omnisci_web_server
sudo systemctl disable omnisci_server
sudo apt remove omnisci
rm /lib/systemd/omnisci_server*.service
rm /lib/systemd/omnisci_web_server*.service
rm /lib/systemd/omnisci_sd_server*.service
systemctl daemon-reload
systemctl reset-failed
installs
directory, and use a symbolic link to point to the current version. Another option is to rename the directory of the previous version before expanding the TAR file in the /opt/heavyai
directory. To revert to an earlier version, you can redirect the symbolic link or move the directory of the release you want to use to /opt/heavyai
.