Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Is there a username/password?

[DiscordArchive] Is there a username/password?

[DiscordArchive] Is there a username/password?

Pages (3): Previous 1 2 3 Next
rektbyfaith
Administrator
0
02-10-2025, 08:25 PM
#11
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
rektbyfaith
02-10-2025, 08:25 PM #11

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

rektbyfaith
Administrator
0
02-10-2025, 08:26 PM
#12
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
rektbyfaith
02-10-2025, 08:26 PM #12

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

rektbyfaith
Administrator
0
02-10-2025, 08:29 PM
#13
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
rektbyfaith
02-10-2025, 08:29 PM #13

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

rektbyfaith
Administrator
0
02-10-2025, 08:30 PM
#14
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
rektbyfaith
02-10-2025, 08:30 PM #14

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

rektbyfaith
Administrator
0
02-10-2025, 08:30 PM
#15
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.
rektbyfaith
02-10-2025, 08:30 PM #15

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.

rektbyfaith
Administrator
0
02-10-2025, 08:32 PM
#16
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.
rektbyfaith
02-10-2025, 08:32 PM #16

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.

rektbyfaith
Administrator
0
02-10-2025, 08:37 PM
#17
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?
rektbyfaith
02-10-2025, 08:37 PM #17

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?

rektbyfaith
Administrator
0
02-10-2025, 08:42 PM
#18
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
rektbyfaith
02-10-2025, 08:42 PM #18

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

rektbyfaith
Administrator
0
02-10-2025, 08:44 PM
#19
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
rektbyfaith
02-10-2025, 08:44 PM #19

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

rektbyfaith
Administrator
0
02-10-2025, 08:52 PM
#20
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
rektbyfaith
02-10-2025, 08:52 PM #20

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

Pages (3): Previous 1 2 3 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)