Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3293 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
sie 24
10270
1
lis 22
2834
3
mar 21
9160
6
cze 25
14771
3
sty 22
4965