Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
snnowwy Offline
New Member
 
Posts: 18
Join Date: Mar 2006
Question Can Someone Post a Backup Tutorial - 20-06-2006, 02:53 PM

Hi there,
I am on the verge of implementing my new helpdesk (a daunting prospect based on the posts here) but before I do I have to source the right server and backup hardware.

This would be a much simpler process if I were able to work out the best way to backup the system.
I want to be able to reinstate it in a disaster recovery situation.

I have searched these forums extensively but found nothing other than a few pieces of advice on how to restore a backup, not make one in the first place.

I'm a bit of a noob so if someone could compose a "for idiots" tutorial it would be great.

Perhaps this could inspire other tutorials on other common areas (such as active directory integration) which could form a quasi manual to supplement the (quite frankly insufficient ) official one.

We might even ask Kayako to publish them in their knowledge base.

Who's with me?
S.
   
Reply With Quote
  (#2) Old
snnowwy Offline
New Member
 
Posts: 18
Join Date: Mar 2006
04-07-2006, 10:11 AM

Bump.

Nobody want to step up to the plate?

S.
   
Reply With Quote
  (#3) Old
User Name Offline
Member
 
Posts: 116
Join Date: May 2005
04-07-2006, 02:04 PM

If you have shell access:

Backup:
Code:
mysqldump -uUSER -pPASSWORD DATABASE > backup.sql
Restore:
Code:
mysql -uUSER -pPASSWORD DATABASE < backup.sql
You can put the backup code into a cronjob if you like.
   
Reply With Quote
  (#4) Old
gerardo Offline
New Member
 
Posts: 18
Join Date: Apr 2005
04-07-2006, 02:26 PM

Hi,
I believe you also have to backup files dir, as well as config.php. Files directory contains attachments sent by users.

Note from a thread from Varun talking about an upgrade, nevertheless might be useful:
1) Make sure you backup before proceeding, You should backup both the database and files
2) Make sure you move the contents of files directory back and dont delete them when upgrading. This is very important, not doing so might result in loss of attachments and quick drop down menus not working

Hope this helps putting something together.

cheers,
gerardo
   
Reply With Quote
  (#5) Old
User Name Offline
Member
 
Posts: 116
Join Date: May 2005
05-07-2006, 05:05 AM

Yep, forgot about those. You could tar up a backup of the files directory.

Code:
cd /home/esupport/
tar -cfpz files.tar files
   
Reply With Quote
Reply

Tags
backup, tutorial

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversation History on Post Reply Page? hostasaurus How do I? 5 05-11-2007 04:57 AM
Identifying post types through swticketposts lifeunconscious SupportSuite, eSupport and LiveResponse 0 21-09-2006 11:37 AM
How to use kayako flash tutorial with your customization jc11 Developers & Code 0 19-01-2006 04:48 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46