azerothcore / acore-docker

docker-compose example to run an azerothcore platform
https://www.azerothcore.org/acore-docker/
GNU Affero General Public License v3.0
200 stars 79 forks source link

[Error] Table 'acore_world.version' doesn't exist, might implies that Database need to update - commit 835cf3a #43

Open languede opened 2 weeks ago

languede commented 2 weeks ago

Got error in first run of the docker compose, container ac-db-import fail to start up

https://www.azerothcore.org/wiki/es/common-errors

TheNotary commented 3 days ago

I hit this problem too when testing out the docker compose stuff. For me, things went sideways because my docker for desktop ran out of space. The solutions was to increase the space in the app, delete all the containers and images I had docker system prune, and then delete the volumes related to the docker compose before trying again:

docker compose down --rmi all -v --remove-orphans

docker compose up