Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3303 Prikazi

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

Avatar
Opusti
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

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
avg. 24
10297
1
nov. 22
2862
3
mar. 21
9192
6
jun. 25
14825
3
jan. 22
5004