Skip to Content
Menu
This question has been flagged
1 Atsakyti
3345 Rodiniai

I made a backup with the pg_dump command and now every time I try to restore the odoo 12 database I get this message, how should I do the backup or how do I solve this problem

Portretas
Atmesti
Best Answer

Hi,

Open your terminal

$sudo su postgres
$createdb -O [Owner] [database_name]
$pg_restore -d [database_name] [dumpfile_name].dump

(Note : owner -> db_user in conf file)

Regards

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
rugp. 24
10394
1
lapkr. 22
2962
3
kov. 21
9274
6
birž. 25
14933
3
saus. 22
5090