INFORMATICS

The Best

postgresql - backup and restore error

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

pg_restore -U postgres -d test < test-backup-with-tar

or

pg_restore -U postgres -Ft -C -d "databaseGhost" < test-backup-with-tar

 

log to posgresql

psql -U postgres

show databases

\l

 

Search