Skip to Content
Menú
This question has been flagged
1 Respondre
3369 Vistes

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
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
2
d’ag. 24
10466
1
de nov. 22
3005
3
de març 21
9324
6
de juny 25
15044
3
de gen. 22
5134