Migrating 10-15 Websites Running Linux, LAMP, RoR, WordPress
- by Michael
Task is to move 10-15 websites running Linux to new servers hosted by Amazon. These boxes are currently on dedicated servers. Some sites are running WordPress, some have custom CMS,
and others might have RoR applications.
Unfortunately, there is sparse documentation regarding each site and how services/files are dependent on each other which means there is a lot of detective work that needs to take place.
My goal is to properly document each site, what makes them work, etc., so future admins have at least something to work with.
Currently my strategy is to download each site so I have a backup of the files then scan through them looking for configuration files -- db connections, apache configs, etc. Then, create a nice spreadsheet with these findings and migrate these out to the new server.
My question to ServerFault is this, are there things you would look out for? Easier ways to handle this task that I'm missing?
Points will be awarded to answers that help with efficiency.
Thanks in advance.