コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5479 ビュー

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? 

アバター
破棄
最善の回答

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
3978
0
2月 25
477
2
1月 25
6084
2
1月 24
10137