Versions Compared

Key

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

...

The backup tool is included in the installation zip, and can be run using the following parameters:

Code Block
languagebash
java -jar blueriq-repositorystudio-backup-tool.jar backup --studioUrl=http://studio.server:90/Studio/Server/Services/ManagementService --username=user --password=password --path=backup/path/repository.zip

Please note that the provided path is in terms of the machine where Studio is installed on, not on the machine the tool is run from.

Info
titleSystem Requirements

The backup tool requires Java 11.

It is recommended that the file that is created by running the tool is not considered as primary backup, but replicated on a different machine and that backups from multiple days are retained! As such, we strongly advise to copy the resulting file somewhere safe and to avoid overwriting the backup of the prior day.

Option 2: Download from the administration page

  • Open the administration page from the welcome page and open the “Repository” tab.
  • Click on “Create Backup” and save the file to a backup location.

...

Only backups created from the same or older versions of Blueriq Studio can be restored. If a backup of an older version is restored the repository is automatically upgraded by Blueriq Studio.

Option 1: Blueriq Backup Tool

The backup tool as mentioned above can also be used to restore a backup using the following parameters:

Code Block
languagebash
java -jar blueriq-repositorystudio-backup-tool.jar restore --studioUrl=http://studio.server:90/Studio/Server/Services/ManagementService --username=user --password=password --path=backup/path/repository.zip

As is the case with creating a backup, the path in the above command is in terms of the machine where Studio is installed on, not on the machine the tool is run from.

Option 2: Upload in administration page

  • Open the administration page from the Welcome page and open the “Repository” tab
  • Click on the “Browse” button near the “Upload Backup” button, browse to the backup file and click “Upload Backup”. The name for the backup file can be any name. The upload feature automatically renames the file name to Repository.sdf when it is installed on the server.

When the upload has completed all users are logged out and the system automatically refreshes. There is no need to restart the server.

Info
titleDownload Tool

The Blueriq Studio Backup Tool can be found on the Customers page under the button Studio Data Backup Tool


Version Management

Switching versioning system
Anchor
versioning-system
versioning-system

...