Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Warning |
---|
NetVizura requires working connection to the internet to install required update. After update is successful you can turn off internet access for NetVizura server. |
Step-by-step guide
- 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
) - Download and run script that automates upgrade of prerequisite software:
Code Block language bash theme DJango wget https://www.netvizura.com/files/updates/netvizura-4.4.0-update-prerequisites-debian.sh --output-document=/tmp/update-prerequisites-debian.sh sudo bash /tmp/update-prerequisites-debian.sh
Download the update package (assumed filename is
netvizura-x.y.z-linux.deb
) to NetVizura server's/tmp
directory and perform the update
x.y.z is NetVizura version numberCode Block language bash theme DJango dpkg -i /tmp/netvizura-x.y.z-linux.deb
Refresh your browser (Ctrl + F5)
Check if the update is successful on NetVizura's license page: http://<netvizura_server_ip>:8080/netvizura/#settings:license
Info | ||
---|---|---|
| ||
|