Skip to Content
Menu
This question has been flagged
1 Odpoveď
3304 Zobrazenia

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
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
aug 24
10300
1
nov 22
2864
3
mar 21
9193
6
jún 25
14825
3
jan 22
5005