[DiscordArchive] Is there a username/password?
[DiscordArchive] Is there a username/password?
Archived author: Kitzunu • Posted: 2025-02-10T20:25:48.537000+00:00
Original source
by default auto updater is enabled and is run when you start worldserver
Archived author: Kitzunu • Posted: 2025-02-10T20:26:13.036000+00:00
Original source
if something for whaterver reason is not working I would suggest to drop the world databse
Archived author: aloehart • Posted: 2025-02-10T20:29:55.496000+00:00
Original source
Yeah I'll give that a shot. Looks like I'm chasing a string of missing tables. I'll try dropping the world database, then if that fails I'll return to trying to re-create the tables and if that works, I'll try and find where things are going wrong and submit an issue to the repo
Archived author: metallinos • Posted: 2025-02-10T20:30:15.812000+00:00
Original source
I have experienced missing tables on fresh Docker builds many times, though usually in the character database, not the world database. The easy way out is to create them manually. Just holler which create statements you need if you'd want to take that route, I can send them here
Archived author: Honey • Posted: 2025-02-10T20:30:54.197000+00:00
Original source
There should be no need to create any tables manually. If thats the case, something went wrong or is broken.
Archived author: aloehart • Posted: 2025-02-10T20:32:04.361000+00:00
Original source
I can grab them from the repo so you don't have to trouble yourself on it. <@595620700706832414> is probably right about something being broken and if I can figure out the issue, I'd like to help resolve it if I can.
Archived author: aloehart • Posted: 2025-02-10T20:37:17.260000+00:00
Original source
If I wanted to contribute to the docker setup for the project, would I work with the core repo or the acore-docker repo?
Archived author: Honey • Posted: 2025-02-10T20:42:01.497000+00:00
Original source
acore-docker is pre-compiled. The regular docker is rooted in azerothcore-wotlk
Archived author: aloehart • Posted: 2025-02-10T20:44:25.986000+00:00
Original source
ac-db-import has been spinning in waiting for 800seconds now and I'm just going to let it run for a bit. I'm assuming it's broken but I'll wait a bit just to be sure. Then I'll restart this whole process and document the issues I hit and how I get past them. I'll open an issue on the repo with the info and maybe we can figure out where along the chain these tables are going missing. I stopped trying after re-creating the 3rd missing table. Not sure if they're being dropped or if they aren't being created to begin with
Archived author: aloehart • Posted: 2025-02-10T20:52:07.629000+00:00
Original source
Can confirm, dropping the table did not fix the issue. I'll have to go through and manually re-create the tables unless someone wants me to gather some info beforehand