Backing up & Restoring Your Installation of Altium NEXUS Server

現在、バージョン 2.0. をご覧頂いています。最新情報については、バージョン Backing up & Restoring Your Installation of Altium NEXUS Server の 5.0 をご覧ください。
Applies to NEXUS Server versions: 2.0 and 2.1

This documentation page references NEXUS Server (part of the deployed NEXUS solution), which has been discontinued. All your PCB design, data management and collaboration needs can now be delivered by Altium Designer and a connected Altium 365 Workspace. Check out the FAQs page for more information.

 

Parent page: Altium NEXUS Server

An Altium NEXUS Server can hold a broad range of valuable data, including defined users, roles, LDAP Sync tasks, design data (including projects, components, models, templates), and configurations for PLS and NIS services (and typically a range of acquired products and extensions, and defined deployment packages for the latter). A key requirement of ensuring the long-term integrity of this data, is backing it up. The standard Altium NEXUS Server installation includes a backup and restore tool, accessed via a command prompt.

The default location of the backup tool is in the folder \Program Files (x86)\Altium\Altium NEXUS Server\Tools\BackupTool\.

The name of the backup tool is avbackup.exe.

Backup and restore using this tool is currently only supported for an Altium NEXUS Server installation using a Firebird database as its back-end.
Restoring a backup is only possible to the same version of server from which that backup was made. In this respect, it can be a good idea to keep the installer for that server, and corresponding license files, with the backup Zip archive.

Accessing the Backup Tool

To use the tool:

  1. Launch a Windows Command Prompt.
You must run the Command Prompt in administrator mode to be able to use the Backup and Restore tool. If you are not running a CMD prompt as a Windows Administrator, attempting to execute a command in respect of backing up, or restoring your Altium NEXUS Server, will result in the clear message: Access Denied. Administrator permissions are needed to use the selected options. Use an administrator command prompt to complete these tasks.
  1. Navigate to the correct folder. For a default installation on C drive of the host computer, this will be: cd C:\Program Files (x86)\Altium\Altium NEXUS Server\Tools\BackupTool\
  2. To run the tool and list the available options, at the prompt type: avbackup ?
While it is not possible to paste into a Command Prompt using Ctrl+V, you can paste via the right-click menu. Copy the required strings first, then paste using this technique to save time and avoid mistakes.

Accessing the backup tool through a Command Prompt (run as administrator).Accessing the backup tool through a Command Prompt (run as administrator).

Note the ?, including this displays help on the functions available in the backup tool:

  • backup - backup data to ZIP archive.
  • restore - restore data from ZIP archive. The Restore Point will be automatically created.
  • help - display the help screen (? can be used instead of the string help).

Contents of the Zip Archive

The tool backs up the entire NEXUS Server and user-data, including:

  • Full database backup, including: all data Items (models, components, managed sheets, templates, released designs, etc), users, roles, installations acquired via the Network Installation Service, and LDAP Synch settings.
  • All revisions of above.
  • Repositories and included managed designs.
  • Search index.
  • User-defined (custom) settings.

Backup Syntax and Switches

The following switches are available when using the backup function of the tool:

avbackup backup -z [-i] [-m]

  • -z - path and filename of the target zip file that is to be created. Enclose in quotes if there are spaces in the string. This switch is required.
  • -i – full path to the server's LocalVault.ini file, which provides data location information for the Altium NEXUS Server to be backed up. The default path of this file is C:\Program Files (x86)\Altium\Altium NEXUS Server\LocalVault.ini. If this switch is not specified, the tool will attempt to find the file automatically, based on this default installation location. Enclose in quotes if there are spaces in the string.
  • -m - allows you to determine whether the backup operation should run silently (-m silent, which is the default mode), or if a dialog should pop up asking to retry in the event of failure (-m dialog). If this switch is not specified, silent mode will be used.

By typing just avbackup backup, these switches will be listed as a helpful aid.

Switches available when using the tool in backup mode.Switches available when using the tool in backup mode.

Restore Syntax and Switches

The following switches are available when using the restore function of the tool:

avbackup restore -z [-i] [-m]

  • -z - path and filename of the backup zip file, from which to restore. Enclose in quotes if there are spaces in the string. This switch is required.
  • -i – full path to the server's LocalVault.ini file, which provides information on the locations in which to restore the Altium NEXUS Server data. The default path of this file is C:\Program Files (x86)\Altium\Altium NEXUS Server\LocalVault.ini. If this switch is not specified, the tool will attempt to find the file automatically, based on this default installation location. Enclose in quotes if there are spaces in the string.
  • -m - allows you to determine whether the restore operation should run silently (-m silent, which is the default mode), or if a dialog should pop up asking to retry in the event of failure (-m dialog). If this switch is not specified, silent mode will be used.

By typing just avbackup restore, these switches will be listed as a helpful aid.

Switches available when using the tool in restore mode.Switches available when using the tool in restore mode.

Restore Point

The backup tool automatically creates a restore point before commencing to restore the NEXUS Server. To do this, the backup tool performs a backup on the existing NEXUS Server, and copies the restore ZIP into the following location:

C:\Program Files (x86)\Altium\Altium NEXUS Server\Tools\BackupTool\Backups\

The ZIP is named in the format: Backup_<Date>_<Time>.zip.

Errors During Backup or Restore

Errors that occur during a backup or restore are presented directly within the CMD window, along with full path information to the error log:

C:\Program Files (x86)\Altium\Altium NEXUS Server\Tools\BackupTool\errors.log

When backing up or restoring your NEXUS Server, details of any errors, as well as full path to the errors.log file, are presented directly in the CMD window.When backing up or restoring your NEXUS Server, details of any errors, as well as full path to the errors.log file, are presented directly in the CMD window.

 

Content