Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda

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

Avatar
Buang
Jawaban Terbai

do dump as a postgres user.

>> sudo su postgres

>> psql testdb < test.dump

>> pg_restore -U user_name -d database_name -1 test.dump


Avatar
Buang
Penulis

Hi Hilar,

This works well for ubuntu but not in windows.

okay, go to pg_hba.conf and change the postgres user permissions.

Post Terkait Replies Tampilan Aktivitas
0
Feb 21
6278
1
Apr 17
18223
2
Jun 16
2722
0
Mar 15
4415
1
Mar 15
14796