Find the answer to your Linux question:
Results 1 to 2 of 2
I'm moving our development site from a FC9 server over to a newly put together RHEL 5 server. I've copied over the public_html folder using ftp and the svn using ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    6

    Server Migration

    I'm moving our development site from a FC9 server over to a newly put together RHEL 5 server. I've copied over the public_html folder using ftp and the svn using svndump and scp. Then I used mysqldump -u root -p --all-databases > backup.sql and rysnc to copy it over to the new server. Next I import the backup.sql using MySQL Administrator. It seems to import all users, However when I try to visit my site nothing shows up?

    Sorry for not having more information but this is my first time at doing this. What key steps am I missing in migrating the site?

    Thanks for any tips and/or advise in the right direction!

  2. #2
    Just Joined!
    Join Date
    Mar 2009
    Posts
    6
    Found my problems. Forgot to run mysql_upgrade after transferring my database over.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...