Migrated then got the 5 minute install page, when db is been moved across
-
Hi there,
Could someone give me a quick sanity check to make sure I’m not missing anything here?
I’m migrating a WordPress site across from a one host to another, and I’m being presented with the 5 minute install steps after what performing the usual steps that I follow when moving sites around.
Here are the steps I’ve taken – what am I missing?
1) I’ve rsynced the files across (this copies the files from one to server to the other)
rsync -vazUK old_site [email protected]
2) Then run a dataase dump from the old site
mysqldump -u old_site_login -p old_db > db.sql
3) Then created a new mysql databse on the new_site, nd a new user to access the database with all the privileges it needs
(This was done though gui, but done with cpanel)
4) then piped the sql back into the database, after copying that across to the new server:
mysql -u new_wp_user -p new_wordpress_db < dp.sql
5) I’ve then updated the wp-config file, with these mysql credentials.
When I point my browser at where the site should be rendering, I’m just getting the 5 minute install.
What have I missed here? I’ve checked permissions on the files and they seem to be the same as another site that’s gone swimmingly, so I don’t think it’s that.
Any pointers here would be most gratefully received.
Thanks everybody,
Chris
- The topic ‘Migrated then got the 5 minute install page, when db is been moved across’ is closed to new replies.