Database Restore -Command Line

pgrestore

Probuse Admin

CREATEDB NEWDB

pg_restore -i -h localhost -p 5432 -U postgres -d NEWDB -v "/usr/local/backup/10.70.0.61.backup"