Migrating from testing to live: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
Development / Performance -> clear all caches | Development / Performance -> clear all caches | ||
= Migrating to another server | |||
[https://drupal.org/node/776864 drupal docs] |
Revision as of 14:45, 19 February 2014
Copy files from testingdir/ to livedir/
don't forget the .htaccess file
copy the database
Configuration:
System -> Site information: change the site name
System -> Google Analytics: Remember to change the Google Analytics web property ID
Search and Metadata -> XML Sitemap -> Settings tab -> Advanced -> change default base URL ; then rebuild links tab -> rebuild links ; then List tab -> update cached files
edit settings.php to change the database and $base_url
Development / Performance -> clear all caches
= Migrating to another server