Upgrading VADAAR
While you have an active Maintenance plan, you are eligible to receive upgrades for the latest VADAAR software releases.
We recommend you backup your files before upgrading your software. For more information on backing up and restoring, see Backup and Restore.
Upgrading to the Latest Software Build
To perform an upgrade:
You'll need an ImmersaView portal account. If you do not have one and need a portal account, please send us an email at sales@immersaview.com.
- Log in to the ImmersaView Portal.
- Select the Downloads link to access your installer.
- Under the VADAAR 2 box, select Download.
- On the Downloads page, download the Server, Sender, and Viewer installers under your platform.
- Once each installer downloads, run each installer.
- For each installer:
- Accept the End User License Agreement when it displays.
- On the next screen, choose the installation path.
- Select the Install button to begin the installation process.note
When the software finishes installing, you may need to select Yes to allow Windows User Account Control (UAC) verification messages.
Result: Your system is now upgraded to the latest software version.
To ensure the version upgraded, check the log file. In VADAAR version 2.0 and newer, check the version number on the About page by navigating to Settings > About. If the version number is not shown correctly, refresh the page to ensure the latest version is shown from the Server.
If anything goes wrong during the upgrade process, restore VADAAR from your most recent backup. See Backup and Restore.
Migrating from Version 1 to Version 2
Version 2 of VADAAR introduces a number of breaking API changes, listed here. If using the API, consider these changes when upgrading, as existing GraphQL queries affected will fail to execute in version 2.
Version 1 & 2 refer to product revisions of VADAAR 2 and should not be confused with the legacy product VADAAR Ultimate.
API Reference
The API Playground and API Reference have changed. Visit the API Playground documentation to learn how to access the new API reference.
Migrating from Version 2 to Version 3
VADAAR Version 3 introduces a new main database to adhere to the database's versioning policy. Instances of VADAAR that use the embedded database, enabled by default, need to migrate their database from the old version to the new version manually.
Embedded Database Migration
The database needs to be backed up on version 2. If version 3 is already installed, roll-back to version 2 to back up the database.
Backup your database on version 2.x following the database backup instructions.
Upgrade VADAAR to version 3.x following the upgrading to latest software instructions.
Run the upgrade command.
dangerThe upgrade command is destructive. Ensure your database is backed up before executing.
This should complete without errors.- Windows
- Linux
Use an administrative command prompt:
"C:\Program Files\VADAAR Server\VadaarServer.exe" --DatabaseUpgrade=true
sudo -u vadaar bash -c 'cd ~/vadaar-server; ./VadaarServer --DatabaseUpgrade=true'
Start VADAAR Server normally.
Restore the backup file following the database restore instructions.
Restart VADAAR Server.
Result: VADAAR is fully operational.