https://bugzilla.wikimedia.org/show_bug.cgi?id=59607
Matthias Mullie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Matthias Mullie <[email protected]> --- That's a problem with core updater. Maintenance scripts (addPostDatabaseUpdateMaintenance) are usually fine as they fetch the correct DB connection. DB patches are run against core database though. We're fine in production since we always manually do DB updates. Most 3rd party setups will be fine as well, since they'll likely not store data on a separate DB. However, it'd be best if we could figure out a way to let DatabaseUpdater properly apply patches to the correct DB. Probably not easy though: what happens if some patch fails - what do we roll back? etc... -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
