MediaWIKI Upgrade: Difference between revisions
m →Images |
mNo edit summary |
||
Line 103: | Line 103: | ||
===Extensions=== | ===Extensions=== | ||
Upgrade extensions (if there are upgrades). Visual Editor is one that needs to be kept up. Hopefully nothing breaks for extensions that don't have upgrades available. | Upgrade extensions (if there are upgrades). Visual Editor is one that needs to be kept up. Hopefully nothing breaks for extensions that don't have upgrades available. | ||
<br /> | |||
== Database Update == | |||
...and finally, don't forget to update the database structure. From the /WhatEverPathToWebSite/WebSite/maintenance Directory;<syntaxhighlight lang="text"> | |||
php update.php | |||
</syntaxhighlight>It can be done from the GUI, but is recommended that it be done from the command line.<br /> |