Results 1 to 5 of 5

Thread: Back-up of mysql

  1. #1
    Shuchi is offline Sugar Community Member
    Join Date
    Nov 2005
    Location
    UK
    Posts
    73

    Default Back-up of mysql

    Hi,

    Just wantede to know if there is a way of backing up mysql data every couple of weeks????

  2. #2
    juergen is offline Sugar Community Member
    Join Date
    Apr 2005
    Posts
    338

    Default Re: Back-up of mysql

    Give it a try with phpMyBackup, You can find this software @ www.sourceforge.org.

    It will email the backups or ftp them, as you like.

    Juergen
    This space is for rent ;-)

  3. #3
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: Back-up of mysql

    There is also the standard mysqldump command - see the backup tutorial on the mysql website

  4. #4
    bbowens is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    California (Bay Area)
    Posts
    17

    Default Re: Back-up of mysql

    Is that all that is entailed in order to backup the SugarCRM database?

  5. #5
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: Back-up of mysql

    The database, yes. Though you'll also need to back up the actual php files too.

    With the standard mysql database backups, be aware that the database has to be locked for the process. That means that SugarCRM will effectively be unavailable during the backup process. If that is not an issue, fine. If it is, there are options to do more infrequesnt full backups and enable and regularly flush the mysql bianry logs and back these up as incremental file backups.

    If you really want to limit downtime to an absolute minimum, then you could set up one way replication to a sperate mysql database server and back that up instead.

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
  •