跳至内容
菜单
此问题已终结
1 回复
3292 查看

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
10269
1
11月 22
2834
3
3月 21
9157
6
6月 25
14769
3
1月 22
4964