Restoring Database Structure
To restore only the database structure using the Bacula Enterprise
Postgresql Plugin, the file createdb.sql
located in the database
directory needs to be selected during the restore process. To recreate
the SQL database schema, the schema.sql
file is used which contains
all commands needed to recreate the database schema. The schema.sql
file must be restored to disk and loaded manually into the database
using the psql
command.
See also
Previous articles:
Next articles:
Go back to: Restoring Using Dumps.