Jump to content
  • 0

[Three] Core vs Database


Hurkulez

Question

I have the latest core and db from YTDB, But gettingt his error:

ScriptsDev2: SD2_REVISION_NR "2928"

MangosThree Core: REVISION_NR 12714

YTDB Database: YTDB_0.16.9_R720_cMaNGOS4_R12731_SD2_R2911_ACID_R310_RuDB_R63

2013-11-12 03:45:16 SQL: SELECT required_12712_02_mangos_command FROM db_version LIMIT 1
2013-11-12 03:45:16 query ERROR: Unknown column 'required_12712_02_mangos_command' in 'field list'
2013-11-12 03:45:16 The table `db_version` in your [WORLD] database indicates that this database is out of date!
2013-11-12 03:45:16 
2013-11-12 03:45:16  [A] You have: --> `c12729_01_mangos_playercreateinfo_spell.sql`
2013-11-12 03:45:16 
2013-11-12 03:45:16  [b] You need: --> `12712_02_mangos_command.sql` (DATABASE IS HIGHER THAN THE CORE!)
2013-11-12 03:45:16 
2013-11-12 03:45:16 You must apply all updates after [A] to [b] to use mangos with this database.
2013-11-12 03:45:16 These updates are included in the sql/updates folder.
2013-11-12 03:45:16 Please read the included [README] in sql/updates for instructions on updating

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

This is because YTDB is geared more towards cmangos and puts their versioning information in the db_version table. You can fix this but you'll need to know a little bit about SQL and what updates are still needed. You could also just change the data in db_version to match what the server is looking for but this is almost certain to cause errors down the road. I would recommend using the database from our repo: https://github.com/mangosthree/database. It is far from perfect but it is playable and will work easily. If you do decide to use our database please put any issues you find with it in the repo. I try to work on the database when I get a chance and fix things up here and there. If you create a patch please file a pull request through github as well and we'll evaluate it.

*edited for grammar

Link to comment
Share on other sites

Then why even have a link to YTDB for MangosThree on the Core page?

When this website was first put up YTDB did work fairly well and easily with mangos. But the version numbers started to diverge a little while back and then YTDB started to not work so easily. I imagine that is why but I don't know for sure. I imagine it should be removed maybe someone a little more senior on the project could weigh in because it is a little misleading.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use