Results 1 to 2 of 2

Thread: How to Backup the Database in Windows installar package?

  1. #1
    nareshdeven is offline Junior Member
    Join Date
    Oct 2009
    Posts
    1

    Exclamation How to Backup the Database in Windows installar package?

    I have installed windows installar package sugarcrm. That is exe. I want to backup the database. How to do it? Pls any one help me.

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: How to Backup the Database in Windows installar package?

    windows installar package sugarcrm automatically install MySQL and a lots of valuable tools, like mysqldump executable, which enable you to backup a database.

    How to execute that:
    <path_to_mysql_bin_folder>/mysqldump -u <username> --password='<password>' <database> > <backup_file>

    For exemple:

    c:\mysql\bin\mysqldump -u sugar --password='changeme' sugarcrm > sugarcrm.20091022.sql

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 13
    Last Post: 2011-12-04, 08:59 AM
  2. Backup Sugar & database?
    By hanjayac in forum Help
    Replies: 7
    Last Post: 2008-03-13, 08:49 AM
  3. Problems installing the Windows installation package
    By HuberUAE in forum Installation and Upgrade Help
    Replies: 9
    Last Post: 2007-03-04, 09:21 PM
  4. Database backup
    By ramji123 in forum Help
    Replies: 17
    Last Post: 2007-02-23, 06:12 AM
  5. Replies: 1
    Last Post: 2006-08-01, 10:01 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
  •