postgresql - backup and restore error
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
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