Skip to main content

Viewing and Restoring Project Snapshots

09/06/2026

You can access project snapshots via the Snapshot Dashboard. The Projects Snapshots tab (1) is open by default. For all projects the autosave function is enabled by default during project creation. Backups of the project are automatically generated at a specified interval (default: 10 minutes). Automatically created backups are indicated on the list of all snapshots by showing system in the User column (2).

restore-project-snapshots.png

For Project Snapshots you can change these intervals using the Snapshot Configuration button (3). Refer to The Snapshot Configuration Dialog for more details.

On the Snapshot Dashboard you can restore a selected backup (4). You can also download a project snapshot in TriG format by clicking the corresponding Download button (5) next to it. Manual snapshots can be deleted via the bin icon (6).

Note

When a user enters a project, the current in-memory project is compared with the most recent backup file in the snapshot directory. If there are discrepancies, an error message appears saying that the project data might be outdated or corrupt. A discrepancy might occur for instance if the project data has been programmatically modified via API without a final call of the Web Service Method: Create Project Snapshot.

All backups (snapshots) are saved to the snapshots directory under /var/lib/poolparty/data/snapshotRoot. This snapshot directory should be included in the backup strategy for a Graph Modeling server. If there is a possibility of data loss or corruption you can always restore projects from a snapshot.

Caution

Be aware that restoring a snapshot will overwrite your current data with the saved backup.