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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
3314
ビュー
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 |