Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3360 มุมมอง

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Restore database problem แก้ไขแล้ว
2
ส.ค. 24
10436
1
พ.ย. 22
2989
3
มี.ค. 21
9301
6
มิ.ย. 25
14998
3
ม.ค. 22
5112