İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3392 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Ağu 24
10518
1
Kas 22
3055
3
Mar 21
9374
6
Haz 25
15133
3
Oca 22
5178