跳至內容
選單
此問題已被標幟
1 回覆
3335 瀏覽次數

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
10384
1
11月 22
2961
3
3月 21
9271
6
6月 25
14926
3
1月 22
5088