Comments

7 comments

  • Avatar
    Candido Dessanti

    Hi @HAPPY,

    We had to rebrand the product, so the upgrade path was to remove the old product and install the new one. If you plan to use the same storage path, the new software will automatically upgrade the database.

    if you are using APT and services, please follow those steps https://docs.heavy.ai/installation-and-configuration/installation/upgrading-omnisci#upgrading-using-apt

    You have to run the install_heavy_systemd.sh script to re-install the services.

    The database's upgrade wouldn't create any issue, but I suggest taking a backup if you need, for whatever reason, to fall back to a previous release.

    Best Regards, Candido

    0
    Comment actions Permalink
  • Avatar
    Xiaokang Fu

    Hi, @candido.dessanti, I followed the instructions in the above link. However, I got stuck here. My system is CentOS 7, and we want to upgrade OmniSci 5.x to heavyai 6.

    when I try to install the heavyai bysudo yum install heavyai-ee-cuda, it says no package heavyai-ee cuda available, see the screen shot below,

    image|690x221

    0
    Comment actions Permalink
  • Avatar
    Candido Dessanti

    Hi @Xiaokang_Fu,

    I'm assuming you have already removed the version 5 of OmnisciDB.

    To install the 6.0, I ran this command

    sudo yum install heavyai.x86_64
    

    Try with this, because probably we have the wrong version of docs.

    Regards, Candido

    1
    Comment actions Permalink
  • Avatar
    Xiaokang Fu

    @candido.dessanti Great. That works. I have another problem after this. I follow this for upgrading. I got stuck when I run sudo systemctl start heavyai_server sudo systemctl start heavy_web_server I got errors here, image|690x76

    Note that the ./install_heavy_systemd.sh run without errors.

    0
    Comment actions Permalink
  • Avatar
    Candido Dessanti

    Hi,

    I guess you have solved the issue yet.

    the correct command is

    sudo systemctl start heavydb
    

    Candido.

    p.s. We know the docs are inconsistent; they are getting a significant overhaul.

    0
    Comment actions Permalink
  • Avatar
    Xiaokang Fu

    Thanks for the reply. I changed to using docker to install it.

    0
    Comment actions Permalink
  • Avatar
    Candido Dessanti

    Hi,

    In the meanwhile we have almost rewritten all the installation docs ;)

    1
    Comment actions Permalink

Please sign in to leave a comment.