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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
6236
화면
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
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
1월 23
|
2623 | ||
|
0
9월 19
|
4720 | ||
|
0
2월 25
|
1577 | ||
|
2
1월 25
|
8211 | ||
|
2
1월 24
|
10138 |