When attempting a PostgreSQL restore the only available option is "Truncate Table(s)".
"Drop and Recreate Database" and "Create Database Only" options are missing.
原因
Backup was created with the "Include Data Only (No Schema Definitions)" option. With this option the schema isn't backed up. Only Data-only restores can be performed for backups performed with this option selected.
解决办法
Uncheck the "Include Data Only (No Schema Definitions)" option within the job plugin options.