Results 1 to 2 of 2
Like Tree1Likes
  • 1 Post By eggsurplus

Thread: Clone/Migrate to new server

  1. #1
    travelbones is offline Junior Member
    Join Date
    May 2011
    Posts
    6

    Exclamation Clone/Migrate to new server

    Ok so here it is, I currently built a new Ubuntu server 10.04 LTS for running the new 6.3.x R 2. Corporate Edition. Server runs excellent and I just did a BPR and DRP test on it and I was able to restore the DB dump and the Sugar Backup structure in less than an hour from a fresh install.

    Now, I have an older Sugar CE system that is at 5.5 . It has never been updated at all. All of the data the system is currently running with is still in the user environment 24/7 and does not have any down-time available for maintiance or upgrading.

    So, what I wanted to do is to "clone" the 5.5 install and install the Sugar 5.5 backup on a clean system and import the old database as it is and have a cloned system in order to upgrade to the newest Community edition without having to worrying about disrupting the existing server. Then I can use the patch in "My Account" downloads to convert the CE to the Corporate Edition that i own licenses for.. This would allow me to be able to have an ubdated database tables that would import to the new Corporate edition. We have tooooooo much data to do data entry.

    So, I installed the 5.5 CE backup on the fresh server and did a : sudo mysql -u root -p sugarcrm < sugar.sql
    to install the old database that was used by the 5.5 CE system. Basicially, I used the same method I have used for migrating the new versions successfully.

    When I run the .php in the browser as: 127.0.0.1/sugar/index.php , I get this message that I cannot figure out:
    Sugar CRM 5.5.0 Files May Only Be Used With A Sugar CRM 5.5.0 Database

    Now, knowing that this is a fresh mysql load and the only db installed was the db dump from the running 5.5 CE system,..and the SugarCRM is a .zipped backup of the running 5.5 CE I cant understand what the issue is.

    There is no log file entries,
    the Config.php file points to the correct db,
    I am sure it is an easy oversight but need a fresh pair of eyes

    thanks
    -Travelbones

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Clone/Migrate to new server

    Run the following against the database:
    select * from config where category = 'info' and name = 'sugar_version'

    And see if that is exactly the same as what is in your root Sugar directory in sugar_version.php. Look for:
    PHP Code:
    $sugar_version      '5.5.0'//<--- This needs to match the database value 
    If there is a difference then install the matching version of Sugar and try again.
    Last edited by eggsurplus; 2011-10-19 at 02:57 AM.
    gunni likes this.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help install on new server and migrate
    By lpaumier in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2010-05-18, 05:44 PM
  2. Problem with clone?
    By ramji123 in forum Developer Help
    Replies: 5
    Last Post: 2009-05-13, 06:26 AM
  3. Clone Text Box and Button
    By ctigroup in forum Developer Help
    Replies: 0
    Last Post: 2008-10-21, 03:48 PM
  4. Replies: 1
    Last Post: 2008-07-09, 04:28 PM
  5. Clone module with ModuleBuilder
    By sanocli in forum Help
    Replies: 0
    Last Post: 2007-07-03, 09:15 AM

Tags for this Thread

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
  •