Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(scripts): properly support the database update #4

Closed
Byloth opened this issue Jan 8, 2023 · 1 comment · Fixed by #11
Closed

fix(scripts): properly support the database update #4

Byloth opened this issue Jan 8, 2023 · 1 comment · Fixed by #11

Comments

@Byloth
Copy link
Owner

Byloth commented Jan 8, 2023

Currently, it's possible to perform some specific actions on the database by running the builder/run.sh script.
There's also an update-db option which should allow you to update the current database applying all the latest updates.

Under the hood, this option perform various actions and is usually enough to successfully update the database.
However, sometimes it doesn't update the database correctly and some manual actions are required to complete the database update.

Unfortunately, this problem cannot be solved yet because one of the scripts from the official CMaNGOS codebase, used for the update, cannot be run in non-interactive mode.
Until this script is fixed, this issue cannnot be solved.


Let's track it here...

@Byloth
Copy link
Owner Author

Byloth commented Jan 8, 2023

I just opened the PR that will fix this here: cmangos/tbc-db#1112


Waiting for the others 2 DB repos: classic-db and wotlk-db...

This was referenced Nov 9, 2023
@Byloth Byloth closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant