[DiscordArchive] Did you run the assembler?
[DiscordArchive] Did you run the assembler?
Archived author: Claudiodfc • Posted: 2021-12-27T02:30:08.738000+00:00
Original source
Did you run the assembler?
Archived author: Bench • Posted: 2021-12-27T02:36:17.265000+00:00
Original source
Had tried to use the assembler without having prepared for the DB squash, figured out I needed to do certain steps, did those certain steps, launched the server on the rev right before the DB squash, and now I'm updating it again and it's failing having run the assembler
Archived author: Bench • Posted: 2021-12-27T02:37:05.996000+00:00
Original source
And now after the most recent commit, it's now giving me this error
```In mysql_stmt_prepare() id: 5, sql: "SELECT entry, pointid, position_x, position_y, position_z, orientation, delay FROM waypoints ORDER BY entry, pointid"
Unknown column 'orientation' in 'field list'```
Archived author: Claudiodfc • Posted: 2021-12-27T02:43:51.296000+00:00
Original source
Bro, at this point just drop the dB and import all from scratch
Archived author: Claudiodfc • Posted: 2021-12-27T02:44:05.430000+00:00
Original source
The world one
Archived author: Bench • Posted: 2021-12-27T02:47:48.754000+00:00
Original source
Well I've made a *lot* of changes to my world db, so I was hoping to try to just save it
Archived author: Bench • Posted: 2021-12-27T02:48:25.957000+00:00
Original source
But I've renamed the existing one and am just making a new one now, and I guess I'll copy over changes I made
Archived author: Nyeriah • Posted: 2021-12-27T03:01:57.183000+00:00
Original source
It looks like you skipped through the squash commit
Archived author: Nyeriah • Posted: 2021-12-27T03:02:52.365000+00:00
Original source
We had a database squash recently (43ebc5f). If you had an older version of the core and skipped straight to the latest commit, several files were moved to the archive folder before they had the chance to be executed by the autoupdater.
The procedure here must be followed (bottom of the page): https://www.azerothcore.org/wiki/database-squash
feat(DB): release ACDB 4.0.0 (#8494) …
ATTENTION
To avoid mistakes need to update the core to 9e39492 to add support correct archive dir and after can merge to actual commit
[Embed: Database Squash]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/database-squash
Archived author: Bench • Posted: 2021-12-27T03:08:06.428000+00:00
Original source
My issue (I believe) was that I tried to update to the latest commit, *then* did the DB squash steps