====== How to move DokuWiki from one Server to another? ====== The simplest way to do this is to just **copy the whole DokuWiki directory** to the new server. Here are a few things that might cause some trouble: * Last modified dates (filemtime) may change when just copying your files. To avoid this, pack the whole directory in a TGZ file, transfer it and unpack it on the other server. * [[config:basedir]] and [[config:baseurl]] options might have to be adjusted. * The cache might need to be updated. See [[:caching]] for info about how to do that. * [[install:Permissions]] and [[config:fmode]] and [[config:dmode]] may need tweaking. * Your .htaccess might need to be tweaked, especially when using [[:rewrite|URL rewriting]] * You should [[install:upgrade]] **after** transferring the data. Otherwise make sure you are running the same version of PHP in the new server as in the old server. Transitions between different operating systems should not cause any trouble, DokuWiki does not care for OS specifics. ===== See also ===== * [[faq:servermove-from-deb|How to move DokuWiki from a debian server to a classic server ?]] * [[backup|How to backup DokuWiki?]]