Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

...

  1. If you want to update versions 4.0 or 4.0.5 to 4.2, we kindly urge you to first update to version 4.1 and then to version 4.2.
  2. Application will not work if update is made after support period has expired. Make sure that your support has not expired before you start updating.
  3. It is not possible to update NetVizura on free trial. If you want to extend trial period for one additional month, please request a new trial license.
titleUpdating NetVizura requires internet access

NetVizura requires working connection to the internet to install required update. After update is successful you can turn off internet access for NetVizura server.

Note
When you update NetVizura we strongly recommend performing the update in a test environment before updating your production site.

Step-by-step guide:

  1. Check free space on disk with df -h command. If there is less than 8GB of free space on disk, delete some files to make at least 8GB available space on disk (easiest way is to delete old raw data files in archive which is usually located in /var/lib/netvizura/flow/archive)
  2. Download and run script that automates upgrade of prerequisite software:

    Code Block
    languagebash
    themeDJango
    wget https://www.netvizura.com/files/updates/netvizura-5.2-update-prerequisites-debian.sh --output-document=/tmp/update-prerequisites-debian.sh
    sudo bash /tmp/update-prerequisites-debian.sh

    (info) If presented with the dialog about Tomcat configuration files being upgraded choose answer "Keep localy installed version", which is the default. Press Enter to proceed.

    Image Added

...

  1. Download the update package (assumed filename is netvizura-

...

  1. x.

...

  1. y.

...

  1. z-linux.deb

...

  1. ) to NetVizura server's /tmp

...

Execute cd /tmp 

...

Execute tar -xzf netvizura-linux-4.x.y-deb.tgz
xy is version designator 

...

Execute ./update.sh netvizura-web-4.x.y.war

  1.  directory and perform the update
    (info) x.y.z is NetVizura version number

    Code Block
    languagebash
    themeDJango
    sudo dpkg -i /tmp/netvizura-x.y.z-linux.deb
  2. Refresh your browser (Ctrl + F5) 
  3. Check update is successful

...

  1. http://<netvizura_server_ip>:8080/netvizura/#settings:license

Info
titleNotice
  1. NetVizura might not work properly if updated from more older versions. We kindly urge you to first successively update it to previous version, and then to current version.
  2. NetVizura will not work if update is made after support period has expired. Make sure that your support has not expired before you start updating.
  3. It is not possible to update NetVizura on free trial. If you want to extend your assessment for one additional month, please request a new free trial license.