Migrating from testing to live: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
Development / Performance -> clear all caches
Development / Performance -> clear all caches


= Migrating to another server
= Migrating to another server =


[https://drupal.org/node/776864 drupal docs]
[https://drupal.org/node/776864 drupal docs]
check using the Hacked! module

Revision as of 14:46, 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

drupal docs

check using the Hacked! module