[DiscordArchive] I am trying to manually run from docker-cli the db-assembler on ac-database-container, but I can't f
[DiscordArchive] I am trying to manually run from docker-cli the db-assembler on ac-database-container, but I can't f
Archived author: Hacaw • Posted: 2020-12-14T18:09:40.343000+00:00
Original source
I am trying to manually run from docker-cli the db-assembler on ac-database-container, but I can't find the directory /azerothcore/apps where is /azerothcore ?
Archived author: Shin • Posted: 2020-12-14T18:14:58.160000+00:00
Original source
<@!775837750775644180> you don't need to run it FROM the docker container
Archived author: Shin • Posted: 2020-12-14T18:15:18.421000+00:00
Original source
in theory you can run it from wherever you want
Archived author: Shin • Posted: 2020-12-14T18:15:21.890000+00:00
Original source
so in your host PC (not docker container)
Archived author: Shin • Posted: 2020-12-14T18:15:35.026000+00:00
Original source
change your config to point to the DB that is inside the docker container
Archived author: Shin • Posted: 2020-12-14T18:15:40.313000+00:00
Original source
and just run it from there
Archived author: Shin • Posted: 2020-12-14T18:16:18.510000+00:00
Original source
<@!775837750775644180> if it's still unclear please open a question on stackoverflow and I'll answer it there
Archived author: Hacaw • Posted: 2020-12-14T18:18:29.268000+00:00
Original source
Thanks <@!109652764488892416> , you are right, I could do that too, but I taught if I have this in the Dockerfile, COPY conf /azerothcore/conf I could find that directory easily in the container. I uninstalled everything related to mysql server on my host-machine and wanted to work only on the container since it has persistence volume.