Results 1 to 3 of 3

Thread: Need assistance in backing up Sugar Open source Version 4.0.1e

  1. #1
    GWsugar is offline Member
    Join Date
    Jul 2006
    Posts
    9

    Default Need assistance in backing up Sugar Open source Version 4.0.1e

    Hi,

    I have Sugar Open source Version 4.0.1e on a Linux Rd hat Server and I need assistance in backing up the installation so that I my install version 4.2. Can anyone lend me any instructions on how to do this?

    Thanks

  2. #2
    gosugar is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    108

    Default Re: Need assistance in backing up Sugar Open source Version 4.0.1e

    To do a back up of Sugar, go to the command line and log in as root and run this line

    tar -czvf /destination directory/SugarBackupName.tar.gz /directory where your current Sugar is located

    for example:
    tar -czvf /tmp/SugarBackup072606.tar.gz /var/www/html/Sugarsuite

    Then do a dump of the database:
    mysql -u your username -p name of the databse you want to dump > /directory where you want the dump to go to/filename.sql

    for example:
    mysqldump -u root - p sugarsuite > /tmp/sugarsuite.sql

  3. #3
    paikmoses's Avatar
    paikmoses is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    541

    Default Re: Need assistance in backing up Sugar Open source Version 4.0.1e

    Hi GWsugar,

    You can also take the back-up and then populate the dump in your new install.

    To take the back-up of SugarCRM data and structure, check this out: http://sugarcrm.openapp.org/?p=141

    To populate the dump or restore the back-up in your new install, check this out: http://sugarcrm.openapp.org/?p=142

    Hope this helps.

    Regards,

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
  •