Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3309 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
ago 24
10312
1
nov 22
2885
3
mar 21
9227
6
giu 25
14844
3
gen 22
5027