Skip to Content
मेन्यू
This question has been flagged
1 Reply
6295 Views

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? 

Avatar
Discard
Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
0
जन॰ 23
2623
0
सित॰ 19
4761
0
फ़र॰ 25
1633
2
जन॰ 25
8279
2
जन॰ 24
10138