Online Documentation for SQL Backup for PostgreSQL
Binary backups
At this step, you should set the necessary options related to the database restore procedure from the binary backup.
Creator role name
Use this option to define the role that will be used to perform the restore.
Number of jobs
Indicates the number of threads executed in parallel.
Use single transaction
This option allows you to restore a database within a single transaction.
Exit on error
If this option is enabled, the program will stop the database restore process if an error occurs.
Clean schema
Drop schema objects before recreating.
Add IF EXISTS
Use conditional commands when dropping database objects.