Steps to restore the PostgreSQL backup: 1: Create a new database where to load the backup 2: Reload the backup: - Using pg_restore on the command line: pg_restore -d "YOURDBNAME" -U postgres -f "Backup file path" - Using pgAdmin: Right click on the database where you would like to load the data and select the restore option. Simply indicate the filename and press the restore button.