Skip to Content
मेन्यू
This question has been flagged
1 Reply
3287 Views

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
Discard
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
Discard
Related Posts Replies Views Activity
2
अग॰ 24
10265
1
नव॰ 22
2819
3
मार्च 21
9154
6
जून 25
14767
3
जन॰ 22
4960