Upgrading NSIA » History » Version 2
Luke Murphey, 07/17/2010 12:21 PM
1 | 1 | Luke Murphey | h1. Upgrading NSIA |
---|---|---|---|
2 | 1 | Luke Murphey | |
3 | 2 | Luke Murphey | h2. Before Upgrading |
4 | 1 | Luke Murphey | |
5 | 2 | Luke Murphey | It is wise to backup the database before performing an upgrade. An upgrade should not corrupt the database but saving a copy of the database will make sure you can roll back the changes if necessary. See [[Database Backup Restore|Database Backup and Restore]] for instructions. |
6 | 2 | Luke Murphey | |
7 | 2 | Luke Murphey | h2. Upgrading with Windows Installer |
8 | 2 | Luke Murphey | |
9 | 2 | Luke Murphey | If you installed NSIA via the Windows installer, then NSIA can be upgraded by running the installer for the newer version. |
10 | 2 | Luke Murphey | |
11 | 2 | Luke Murphey | h2. Upgrading with Debian Package |
12 | 2 | Luke Murphey | |
13 | 2 | Luke Murphey | If you installed NSIA via the Debian package, then NSIA can be upgraded by simply installing the newer package. |
14 | 2 | Luke Murphey | |
15 | 2 | Luke Murphey | h2. Upgrading with the Zip Archive |
16 | 2 | Luke Murphey | |
17 | 1 | Luke Murphey | If you used the zip archive then you can overwrite the existing installation directory with the newer archive. For example: |
18 | 1 | Luke Murphey | |
19 | 1 | Luke Murphey | <pre> |
20 | 2 | Luke Murphey | unzip -u "ThreatFactor NSIA 0.9.2.zip" -d /opt/nsia |
21 | 1 | Luke Murphey | </pre> |