Hi,
How to restore database using .dump file in odoo V7 in windows
I have tried using psql testdb < test.dump and pg_restore -U user_name -d database_name -1 test.dump
and the following error occurs psql: FATAL: password authentication failed for user "Administrator"
thanks in advance