Hi, I have Sugar running on a Windows machine.
I want to create a backup of everything, including the database etc.
Is a backup of the SugarCRM folder enough to cover everything?
Thanks in advance,
Pieter
Hi, I have Sugar running on a Windows machine.
I want to create a backup of everything, including the database etc.
Is a backup of the SugarCRM folder enough to cover everything?
Thanks in advance,
Pieter
Not generally, you still have to backup the database. I have tools for linux but not Windows. I am sure there are scripts available to export the database to a file.
Kenneth Brill - Help Forum Moderator
I do not respond to 'Private Messages'. Please email me directly instead
When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
Help us Help You
1)You need to backup the DB/DB's separately.
2)You need to take a "traditional backup" notice the quotes right?, because there a many flavors of server backups and methods depending on your company's individual needs - but basically you need to take full/or differential backup of the server it selves or whatever data you want to protect on the server on a day basis - from server--> disk -->> disk --> tape or what ever your data backup method you/your company are using.
Last edited by TakeMarket; 2007-05-12 at 02:41 AM.
Kind regards
Take Market™
http://www.takemarket.com
We take market for you.™
Hi Kbrill, thanks for your answer. That clears up the question.
Now I will start looking for a tool to get the database out somewhere.
Regards,
Pieter
Hi Takemarket, you are right. I need to make a total backup in case the hardware ever crashes or something like that.Originally Posted by TakeMarket
So I do a traditional folder backup, and I look for a tool so I can make a backup of the database which seems to be hidden somewhere.
Regards
Last edited by pierre123; 2007-05-12 at 02:45 AM.
Get's a little more advanced as far as what information we should be requesting from you.
A.) Are you using a binary package that was available from the SugarCRM website on your windows install?
B.) If you're using a standard install. Meaning installing all applications seperatly, then you'd want to check where the files are saved.
I see you are using a windows box. Let me say, cmd rocks.
On your keyboard, press and hold win + r then release.
same result: click start, click run.
Type cmd
hit enter
type cd \
hit enter
will take you to the root of your C drive.
type dir *.MYD /s
hit enter
that will return all the MYD files located on your system. The folder you will be trying to locate is the folder of the database name that you have your sugarcrm contained in.
This folder, as well as the web folder containing the files will provide you with a complete back up. You just need to remember to recreate the user account within the new mysql database.
Hope this gives you a little more insight on what you need to do.
If you locate the exact folders, can show you how to write a quick batch script, and include it in your start up files to create a back up everytime your pc starts up
Best of luck.
MilSp3c
Originally Posted by MilSp3c
Hi MilSp3c, sounds great. Thx!
I will check/try it out. Will message the results when I'm done.
Regards,
Pieter
Btw, yes, I am using a binary package that was available from the SugarCRM website on my windows web server.
I haven't looked at the binary installs in a little while. Try running those commands, or possibly someone else might have some extra input.Originally Posted by pierre123
Hi MilSp3c. Unfortunately the dir *.MYD /s is not recognized. So I will have to try something elseOriginally Posted by MilSp3c
.
Regards
Note that it's always better to manually install software (not only) like for example SugarCRM, but generally (php, perl, forums ect. or whatever...) for many reasons which we will not mention here.Originally Posted by pierre123
But fact is; If you run the DB on MS SQL server 2005 express you will have the backup feat. available out-of-the-box *
* the full automatic backup scheduler is only included in the full version of sql server 2005, but you can find a guide on how make automatically backups with sql server express ed. here:-->> Automating Database maintenance in SQL 2005 Express Edition Part I
And here: -->> Automating Database maintenance in SQL 2005 Express Edition Part II
You can grab the sql server express here: --> Microsoft SQL Server 2005 Express Edition
Last edited by TakeMarket; 2007-05-12 at 03:36 PM.
Kind regards
Take Market™
http://www.takemarket.com
We take market for you.™
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks