https://bugzilla.wikimedia.org/show_bug.cgi?id=32760
--- Comment #5 from Daniel Friesen <[email protected]> 2011-12-07 15:46:07 UTC --- (In reply to comment #4) > Yes, wfDeprecated('includes/ProfilerStub.php' ); is good. > > But this issue remains - should the upgrade (from 1.x to 1.x+1) method be to > unpack the tar image in place, or to move all files away (except > LocalSettings.php and /images/ and /extensions/ etc) and copy in new versions > into a blank directory? I don't think there's any debate over that by anyone but people who treat our badly written manual as a set of rules and don't actually read what it says. Upgrades should be done by extracting to a new folder. This issue actually wouldn't have been fixed by doing that (though it would have been easier to figure out what was wrong) but extracting over top of your install is just plan bad planning. If something goes wrong it's not going to be easy to undo what you did and return to your backup. And you can inadvertently erase any modifications you've made. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
