For troubleshooting purposes and to restore a working snapshot of the Presentation Server, you can create an archive of the Presentation Server installation files.
The following table lists the Presentation Server installation files that are archived.
File type | Folder |
---|---|
Configuration | installationDirectory\truesightpserver\conf |
Index server data | installationDirectory\truesightpserver\modules\elasticsearch\data |
Log | installationDirectory\truesightpserver\logs |
Database | installationDirectory\truesightpserver\data\pgsql |
Tip
It is not necessary for you to create archives regularly unless requested by Customer Support while resolving an issue.
Run the following command from the <Presentation Server installation directory>\truesightpserver\bin folder:
tssh dump export <optional output path>
By default, the archive is created in the <Presentation Server installation directory>\truesightpserver\tmp folder. To specify a custom folder, enter the folder path after tssh dump export
.
Run the following command from the <Presentation Server installation directory>\truesightpserver\bin folder:
tssh dump import <archive file path>
The existing files in the Presentation Server are backed up and then replaced with the content in the archive file.
Configuring a disaster-recovery system for Presentation Server