コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3314 ビュー

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

アバター
破棄
最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
8月 24
10315
1
11月 22
2891
3
3月 21
9230
6
6月 25
14863
3
1月 22
5034