INFORMATICS

The Best

postgresql - backup and restore error

Inicio desactivadoInicio desactivadoInicio desactivadoInicio desactivadoInicio desactivado
 

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