Results 1 to 4 of 4

Thread: Changing platforms

  1. #1
    MUrick is offline Junior Member
    Join Date
    Jun 2006
    Posts
    3

    Default Changing platforms

    My company is currently running sugar off of a hosted Linux box. We are interested in moving it in house to a New Windows 2003 server very soon. I was hoping to get some input from anyone who has done this before. Specifically what needs to be done so as to both transfer the data as well as custom fields that were created.

    Also, if there might be any issues that will arise when moving from Linux to a Windows? I am thinking things like filenames and pathnames.

    Thanks in advance for your help

  2. #2
    y2chuck is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    84

    Default Re: Changing platforms

    I should be as simple as:

    1) make sure the MySQL and PHP versions on your new box are identical to the versions on the hosted Linux box
    2) use SQLYog (or someother tool, even phpmyadmin will work) to generate a .sql file for your current installation (data and structure)
    3) copy all the files over to your new box
    4) run the .sql file generated in step 2 above on the new box
    5) update anything required in the config.php file (like the new url, db name etc)

    i've moved my Sugar install around a few times, on the same infrastructure mind you, but the above methodology should work fine.

    The only issue I ran into was a difference in MySQL versions which I needed to correct to finish it.

  3. #3
    MUrick is offline Junior Member
    Join Date
    Jun 2006
    Posts
    3

    Default Re: Changing platforms

    Thanks for the imput

  4. #4
    florenceit is offline Sugar Community Member
    Join Date
    Apr 2005
    Posts
    123

    Default Re: Changing platforms

    I also have moved my sugar install around a lot too, as i maintain it in house. I actually have migrated to new platforms with different versions of sql and php (I had problems but they were resolvable). Anyhow..

    I am this time testing out a new Linux distro that has its web root in a different path. (normally my install was /srv/www/htdocs/sugar and on the new platform its /var/www/html/sugar. I put the sugar files and db in the same folder/db name as usual , all db login info is setup the same and it it all appears to work just fine. Is there a physical path in a config file that I haven't seen yet or is it all relative? I expected lots of issues but it just works. This is not the linux software configuration i love and hate (so far).
    thanks!

    update: i did have to update config.php but so far thats it.
    Last edited by florenceit; 2007-09-08 at 02:54 AM.
    Florence I.T. - A community IT shop for Western MA, US

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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