[DiscordArchive] when you tried the clean install did you clear the docker volumes? something like `docker system pru
[DiscordArchive] when you tried the clean install did you clear the docker volumes? something like `docker system pru
Archived author: locus313 • Posted: 2021-04-24T22:03:49.672000+00:00
Original source
when you tried the clean install did you clear the docker volumes? something like `docker system prune --volumes`?
Archived author: Mynder • Posted: 2021-04-24T22:05:12.633000+00:00
Original source
I tossed the whole directory and cloned fresh, but I didn't specifically prune the volumes. I'll have to check that a bit more carefully because I have a few work docker-compose groups running on my machine, too.
Archived author: locus313 • Posted: 2021-04-24T22:06:26.165000+00:00
Original source
gotcha. yeah there is a persistent volume for the mysql data
Archived author: Mynder • Posted: 2021-04-24T22:06:59.353000+00:00
Original source
Anyway, that's something for tomorrow. As for the mysql data: I didn't manually change any of that.
Archived author: Mynder • Posted: 2021-04-24T22:07:14.294000+00:00
Original source
Just followed the steps of the "Install with Docker" guide on the homepage.
Archived author: locus313 • Posted: 2021-04-24T22:07:19.508000+00:00
Original source
so it wont rebuild the ac-database correctly if you dont remove it
Archived author: Mynder • Posted: 2021-04-24T22:07:45.232000+00:00
Original source
The issue is not that the ac database isn't there, it's that the world server looks for it at 127.0.0.1 instead of "ac-database" as host.
Archived author: Mynder • Posted: 2021-04-24T22:07:59.264000+00:00
Original source
i.e. it appears to not read the correct worldserver.conf
Archived author: Mynder • Posted: 2021-04-24T22:08:09.130000+00:00
Original source
as far as I can tell
Archived author: Mynder • Posted: 2021-04-24T22:08:27.603000+00:00
Original source
The other containers start up fine