In the docker-compose file I declared the name of the postgres database, ran Odoo locally for first time, and get the initial form, put the same name defined previously and get the following error:
Database creation error: database 'my_db' already exists!
But the database don't appear in the database manager.
Why can't I use it?
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
8570
มุมมอง
Try dropping your postgres database and recreating it.
dropdb my_db
createdb my_db
You should then be able to fill in the recreated database using your databases psql dump.
psql -d my_db -f your_database_dump_file
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
0
ม.ค. 23
|
2623 | ||
|
|
0
ก.ย. 19
|
6992 | ||
|
|
0
ก.พ. 25
|
4381 | ||
|
|
2
ม.ค. 25
|
12623 | ||
|
Odoo backend to Google Data Studio
แก้ไขแล้ว
|
|
2
ม.ค. 24
|
10140 |