[DiscordArchive] I have no idea, actually. Instead of the git checkout, can you set the docker image tag to the commi
[DiscordArchive] I have no idea, actually. Instead of the git checkout, can you set the docker image tag to the commi
Archived author: mynameismeat • Posted: 2023-04-25T11:02:39.008000+00:00
Original source
I have no idea, actually. Instead of the git checkout, can you set the docker image tag to the commit sha specified?
Archived author: mynameismeat • Posted: 2023-04-25T11:13:06.470000+00:00
Original source
<@228917013492400131> OK, so what you can do is have the docker-compose from acore-docker, and then also clone the main azerothcore-wotlk repo. In the main source repo, checkout the commit, and then mount the filepath into the worldserver and the db-import. You'll have to make sure there's something like this:
```yaml
volumes:
- "/path/to/azerothcore-wotlk/data/sql:/azerothcore/data/sql"
```
Archived author: Honey • Posted: 2023-04-25T11:13:15.271000+00:00
Original source
The pre-compiled repo acore_docker is updated every so often. The last update was 4 months ago.
Archived author: mynameismeat • Posted: 2023-04-25T11:14:14.596000+00:00
Original source
there should probably be a new one made so there's an upgrade path for those users, right?
Archived author: Honey • Posted: 2023-04-25T11:15:30.106000+00:00
Original source
I'm not familiar with docker and I'm not the one maintaining the pre-compiled images, sorry. I don't know.
Archived author: mynameismeat • Posted: 2023-04-25T11:19:19.592000+00:00
Original source
I'll take a look at the repo in a moment to see if it's something we can kick off. All it needs to do is exist
Archived author: mynameismeat • Posted: 2023-04-25T11:42:52.747000+00:00
Original source
so the images used for `acore-docker` are updated with every `master` push, so that's cool.
unfortunately though, there's no real way to tell them apart since versioning or tagging the docker images from the git sha isn't something we do.
if <@228917013492400131> hasn't don't a `docker pull` yet, what they should do is build their own docker images (easy to do, just takes a little longer) for the pre-upgrade checkout and start those up, and then after that they can go back to to main containers.
It'd make sense to have git tags (and then docker tagging off of those git tags) for events like this where there's a specific commit that people need to checkout before they checkout a later commit. I can put in a PR for the docker part of that
Archived author: Dio7 • Posted: 2023-04-25T12:18:13.016000+00:00
Original source
Sadly despite updating realmlist as mentioned, and ensuring all ports were forwarded I simply cannot get a client from another PC to connect to the server. Ports are open and listening and the user account was created without issue.... I'm going to do the classic install as people have recommended
Archived author: mynameismeat • Posted: 2023-04-25T12:20:13.759000+00:00
Original source
just to be sure, you're updating both the realmlist in the database as well as the realmlist.wtf file in your wow install?
Archived author: Dio7 • Posted: 2023-04-25T12:20:23.110000+00:00
Original source
I am