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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
3292
查看
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 |