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?
Denna fråga har flaggats
1
Besvara
8589
Vyer
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
Njuter du av diskussionen? Läs inte bara, delta också!
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
|
0
jan. 23
|
2623 | ||
|
|
0
sep. 19
|
7023 | ||
|
|
0
feb. 25
|
4427 | ||
|
|
2
jan. 25
|
12664 | ||
|
|
2
jan. 24
|
10140 |