Difference between revisions of "Upgrade a wiki"

From Organic Design wiki
(update symlink)
m
Line 5: Line 5:
 
}}
 
}}
  
First, ''/var/www/wikis/SHORTNAME/wiki'' symlink to point to the new code-base.
+
First, update the ''/var/www/wikis/SHORTNAME/wiki'' symlink to point to the new code-base.
  
 
Upgrading a wiki to a more recent version involves running the [[MW:Manual:Update.php|''update.php'']] [[MW:Manual:Maintenance scripts|maintenance]] script. Make sure that you have [[Creating an AdminSettings.php|created an AdminSettings.php]] first.
 
Upgrading a wiki to a more recent version involves running the [[MW:Manual:Update.php|''update.php'']] [[MW:Manual:Maintenance scripts|maintenance]] script. Make sure that you have [[Creating an AdminSettings.php|created an AdminSettings.php]] first.

Revision as of 02:55, 6 November 2008

Procedure.svg Upgrade a wiki
Organic Design procedure

First, update the /var/www/wikis/SHORTNAME/wiki symlink to point to the new code-base.

Upgrading a wiki to a more recent version involves running the update.php maintenance script. Make sure that you have created an AdminSettings.php first.


For information on how to do this, see Run a wiki maintenance script

See also