Thread: psql question

psql question

From
Date:

I have used pg_dumpall to create a backup of my database. The output looks correct containing both the schema and data contained in the tables.

 

I used the psql –f backupFile command to restore the database. All the schema commands were executed, but none of the data was restored to any table.

 

Can you help?

 

Thanks

Mousa