| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
| Senior Member Posts: 3,692 Join Date: Aug 2006 Location: Mumbai, India |
29-08-2006, 09:32 AM
Hi, This can be simple or tedious process depending upon your server configuration. Do you have root access to your server. The back up file generated by Kayako is in .tar.gz format and depending upon your database size, it can take long hours to import the database if the it is too big in size. Regards, SupportSkins Admin Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ SupportSkins.com - http://www.supportskins.com/ |
| | |
(#3)
|
(#4)
|
| Senior Member Posts: 3,692 Join Date: Aug 2006 Location: Mumbai, India |
29-08-2006, 06:28 PM
How big is your database size? We can carry out the transfer if you are interested. Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ SupportSkins.com - http://www.supportskins.com/ |
| | |
(#5)
|
(#6)
|
| Senior Member Posts: 3,692 Join Date: Aug 2006 Location: Mumbai, India |
29-08-2006, 06:49 PM
Just to clarify, if your PHP settings max_execution_time is set with a larger value it will not time out instantly. This can be faster with root access as you can import the database using wget command. Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ SupportSkins.com - http://www.supportskins.com/ |
| | |
(#7)
|
| Community Moderator Posts: 687 Join Date: Jan 2005 |
29-08-2006, 07:01 PM
Quote:
| |
| | |
(#8)
|
| Senior Member Posts: 3,692 Join Date: Aug 2006 Location: Mumbai, India |
29-08-2006, 07:04 PM
Yes but isn't fetching the large database the only "real" when migrating from hosted to Owned? Anyhow, with no root access phpMyAdmin is the other possible option. Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ SupportSkins.com - http://www.supportskins.com/ |
| | |
(#9)
|
| Community Moderator Posts: 687 Join Date: Jan 2005 |
29-08-2006, 07:07 PM
It's not the only issue, but with shell (doesn't need to be root in most cases) it's simpler. If not shell, there are also scripts that can be used if PhpMyAdmin fails (db's can be too large for this interface as well). At any rate, the discussion is academic, since we don't know if size is an issue here. ![]() |
| | |
(#10)
|
| Member Posts: 69 Join Date: May 2006 |
29-08-2006, 09:17 PM
My DB size is only 7MB gzipped and tarred. I tried uploading it via the PHPAdmin interface but i guess it never made it in or timed out. How do you know for sure your upload is done correctly? Do you get all the tickets and users to show up automatically? Quote:
| |
| | |
(#11)
|
| Community Moderator Posts: 687 Join Date: Jan 2005 |
29-08-2006, 09:28 PM
If it worked, you should be able to see the tables in phpMyAdmin. Imports are kind of slow using that interface, so make sure you allow enough time for it to complete. If the information hasn't changed from the previous install, and you're using the same files, you should be able to access the installation just as you did the last one. I don't suppose you have shell access with your account do you? If not, would your host import via shell on your behalf (we regularly do this for clients)? |
| | |
(#12)
|
| Member Posts: 69 Join Date: May 2006 |
31-08-2006, 04:13 AM
So I tried importing the hosted DB export into our owned version and it gave me this error: > mysql --user=dbXXXXX --password=XXXX --host=XXXXXXX dbXXXXX < backup_07b2943b7960.sql ERROR 1064 (00000) at line 20: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 7 ======= I downloaded it directly from the kayako site for hosted backups, and unzipped and untarred it - by doing gunzip and tar -xvpf. I also did a mysqldump from our kayako owned license database and then tried to import it, which worked with fine -- no errors, so i'm sure that importing work. Can anyone give any suggestions why i can't import Kayako's hosted backup sql db? It seems like there is a problem with the default sql file generated by kayako's hosted backup. |
| | |
(#13)
|
| Community Moderator Posts: 687 Join Date: Jan 2005 |
31-08-2006, 12:06 PM
Could be mySQL version differences. What versions of mySQL are on each server? Two fixes are to edit the sql file to remove instances of "DEFAULT CHARSET=latin1", or to dump the database using compatibility mode...though this solution comes with it's own bug...it's been known to ignore auto-increment flags in tables, breaking things worse. Best bet is to edit out the CHARSET lines....a good search and replace program should do it. |
| | |
(#14)
|
| Member Posts: 69 Join Date: May 2006 |
31-08-2006, 11:31 PM
I think parts of sql tar.gz file from the kayako hosted version is beyond my control - it's not entirely text -some of it is binary. No idea what kayako is actually running on their servers. I submitted a ticket but still haven't heard back from them in a day. on my server, i have mysqladmin Ver 8.41 Distrib 5.0.16, for pc-linux-gnu on i686 Quote:
| |
| | |
(#15)
|
| Community Moderator Posts: 687 Join Date: Jan 2005 |
01-09-2006, 12:13 AM
Quote:
Quote:
Have you tried editing the info out as suggested (on a copy, of course)? To see what version is on Kayako's server, go into your admin area, and in the left menu choose "diagnostics". Click "mysql info", and scroll down that page until you see the word "version". That's your mySQL version... | ||
| | |
![]() |
| Tags |
| hosted, import, owned, site |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cron job to backup Kayako owned DB? | christinasc | SupportSuite, eSupport and LiveResponse | 6 | 17-04-2007 06:15 PM |
| Kayako DB import into blank DB error | christinasc | SupportSuite, eSupport and LiveResponse | 3 | 13-02-2007 10:14 PM |
| Upgrading SupportSuite Monthly Hosted -> Owned | David Murphy | Presales Questions | 4 | 19-09-2006 04:29 AM |