pg_restore -U myapp_user -d myapp_db backup.dump
Category: Self-Hosting
pg_restore -U myapp_user -d myapp_db backup.dump
Restore a PostgreSQL database from a custom-format dump
Restores a database from a custom-format pg_dump file. Supports parallel restore for large databases.