Sync Deltas

In order to check if all deltas are written in database, go to Database → Sync Deltas… option

to open Check missing Deltas Window where can be found the list of snapshots written in database, but not split into deltas (happened due to some error)

This means that listed snapshots are in database, but no deltas are available for them. In order to split snapshots into deltas inside database, click Sync button and it will trigger rewriting deltas

with the following notification about progress

After synchronization is done, Check missing Deltas dialog will close down and you can check the notification in Output

or if some error happened, there will be error message(s)

If all snapshots in database have deltas written in it too, the list will be empty, which means you are up to date with deltas synchronization

and you can click Cancel button

Sync with DB data

To check if all snapshots from database are present in your local system, go to Sync with DB data… option

The list of snapshots that are not present in your local system will appear

which means that listed snapshots can be exported and saved from database in your local system, where project is saved. In that purpose, click Sync button

and wait until all snapshots are exported… When process is done, dialog will close and you can check the notification in Output

If there are no snapshots which are present in database but not in your local file system (in other words, your file system is synchronized with database data), the list will be empty

and you can close the dialog by clicking the Cancel button

Sync with local data

To check if all snapshots from your local system are present in database, go to Sync with local data… option

The list of snapshots that are not present in database will appear

which means that listed snapshots can be saved in database from your local file system. In that purpose, click Sync button

and wait until all snapshots are saved in database…

When process is done, dialog will close and you can check the notification in Output

If there are no snapshots which are present in your local file system but not in database (in other words, database data is synchronized with your file system), the list will be empty

and you can close the dialog by clicking the Cancel button

Go to Top