Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3365 Zobrazení

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šit
Nejlepší odpověď

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šit
Related Posts Odpovědi Zobrazení Aktivita
2
srp 24
10464
1
lis 22
3005
3
bře 21
9322
6
čvn 25
15042
3
led 22
5134