Drupal Notes:
Install:
package needed:
1) yum install php-mbstring (unicode lib)
Process to migrate the live site:
Configure the new servers to reverse-proxy Drupal requests to the old servers
Switch DNS from the old load balancer to the new one.
Put the site in read-only mode just long enough to transfer the database
Do a final database load on the new DB server
Configure the new servers to reverse-proxy Drupal requests to the old servers
Switch DNS from the old load balancer to the new one.
Put the site in read-only mode just long enough to transfer the database
Do a final database load on the new DB server
Comments