Top "Pg-restore" questions

pg_dump ignoring table sequence?

I have been playing around with PostgreSQL lately, and am having trouble understanding how to backup and restore a single …

postgresql pg-dump pg-restore
Unable to pg_restore SQL file on remote Linux VM

I am using PostgreSQL as my DB. I have SCPed a .sql file on my remote Ubuntu VM. I did …

linux postgresql virtual-machine pg-restore
Exclude Table during pg_restore

UPDATE: Was able to exclude the data in the table durning the pg_dump command. Makes it even faster than …

postgresql pg-restore
Is there a "pg_restore --quiet" option like "psql --quiet"?

psql has a -q / --quiet option (environment variable QUIET). pg_restore does not have a quiet option. Is there any …

postgresql postgresql-9.1 psql pg-restore
pg_restore with -C option does not create the database

I am using pg_dump and pg_restore for backup and restore of postgres database. Here is some information from …

postgresql pg-dump pg-restore
Backup and Restore option not available in pgAdmin III

I have to take backup of my database but when I right click DB and then backup The button for …

database postgresql backup pgadmin pg-restore
Error in creating SEQUENCEs when restoring the PostgreSQL database

UserX has following grants: CREATE ROLE "UserX" LOGIN PASSWORD 'pass'; CREATE DATABASE "DBX" WITH OWNER="UserX" ENCODING='UTF8' TABLESPACE=…

postgresql postgresql-9.6 pg-restore
pg_restore error from pgadmin3 - Postgresql

I have taken a backup of a Postgresql db from a system1 using pgadmin3 tool. The backup file created is …

postgresql pg-restore
PostgreSQL - how to restore very large database

I got a little problem when I try to restore a large database (almost 32Go in custom format) on my …

postgresql postgresql-9.1 restore dump pg-restore
pg_restore: [archiver] input file is too short error in postgres

I am trying to dump the database in my local system by using the command : pg_restore --host=localhost --port=5432 …

postgresql pg-restore database-dump