Bug Report: Missing ai_playerbot_db_store table after clean installation
Description
After performing a clean new installation, the Classic server fails to start while applying the characters database updates.
The startup process stops with the following error:
Applying characters db updates...
ERROR 1146 (42S02) at line 1: Table 'classiccharacters.ai_playerbot_db_store' doesn't exist
It looks like one of the characters database update scripts expects the table ai_playerbot_db_store to already exist, but the table is missing after a fresh installation.
Steps to reproduce
- Perform a clean installation of the Classic server.
- Set up the databases from scratch.
- Start the Classic server.
- Wait until the characters database updates are applied.
Actual result
The server fails to start during the characters DB update process with:
ERROR 1146 (42S02) at line 1: Table 'classiccharacters.ai_playerbot_db_store' doesn't exist
Expected result
The server should apply all required database updates successfully after a clean installation and start normally.
Database
- Database:
classiccharacters
- Missing table:
ai_playerbot_db_store
Additional context
This happens after a clean installation, not after an update from an older existing database.
It seems possible that either:
- the table creation script for
ai_playerbot_db_store is missing,
- the database update order is incorrect,
- or the playerbot-related characters DB update assumes an existing table that is not created during a fresh install.
Log output
Applying characters db updates...
ERROR 1146 (42S02) at line 1: Table 'classiccharacters.ai_playerbot_db_store' doesn't exist
Bug Report: Missing
ai_playerbot_db_storetable after clean installationDescription
After performing a clean new installation, the Classic server fails to start while applying the characters database updates.
The startup process stops with the following error:
It looks like one of the characters database update scripts expects the table
ai_playerbot_db_storeto already exist, but the table is missing after a fresh installation.Steps to reproduce
Actual result
The server fails to start during the characters DB update process with:
Expected result
The server should apply all required database updates successfully after a clean installation and start normally.
Database
classiccharactersai_playerbot_db_storeAdditional context
This happens after a clean installation, not after an update from an older existing database.
It seems possible that either:
ai_playerbot_db_storeis missing,Log output