Advanced Settings for Restore

Server Options

Use Transaction
Rollbacks all data when error occurs.

Continue on errors
Ignores errors that are encountered during the restore process.

Lock tables for write (Available only for MySQL and PostgreSQL Servers)
Locks the tables to prevent user to modify tables during the restore process.

Run multiple queries in each execution (Available only for MySQL and PostgreSQL Servers)
Checks this option if you want to run multiple queries in each execution, which will make the restore process faster.


Object Options

Create tables
Creates tables during the restore process with this option is on.

Create records
Restores records during the restore process with this option is on, otherwise, only table structures will be restored.

Create indexes (Available only for PostgreSQL Server)
Creates indexes for the restored table with this option is on.

Create triggers (Available only for MySQL and PostgreSQL Servers)
Creates triggers for the restored table with this option is on.

Overwrite existing tables
Overwrites if tables already exist in the database.

Overwrite existing views
Overwrites if views already exist in the database.

Overwrite existing functions (Available only for MySQL and PostgreSQL Servers)
Overwrites if functions already exist in the database.

Overwrite existing events (Available only for MySQL and PostgreSQL Servers)
Overwrites if events already exist in the database.

Overwrite existing sequences (Available only for PostgreSQL Server)
Overwrites if sequences already exist in the database.

Overwrite existing indexes(Available only for SQLite Server)
Overwrites if indexes already exist in the database.

Overwrite existing triggers (Available only for SQLite Server)
Overwrites if triggers already exist in the database.

Insert Auto Increment Values (Available only for SQLite Server)
Inserts auto increment values in the database.