Umbraco export tool Options
thomwhaites
Posted: Wednesday, April 04, 2007 3:03:29 PM
Rank: Fanatic

Joined: 7/20/2006
Posts: 256
Location: Boston, Massachusetts
Chris,

Just wanted to say that your tool was a extremely helpful when I switched hosts.
Thanks for making it available.

Tom
thomwhaites
Posted: Thursday, April 12, 2007 7:27:59 PM
Rank: Fanatic

Joined: 7/20/2006
Posts: 256
Location: Boston, Massachusetts
Hi Chris,

I tried your tool with a larger database and I ran into a problem. I checked the "Ignore log, stat, userlogin tables" option, but it still tried to export the stat table which timed out.

Tom
jason
Posted: Monday, August 13, 2007 9:53:40 PM
Rank: Aficionado

Joined: 7/19/2006
Posts: 179
Location: Pittsburgh, Pennsylvania, USA
This is a GREAT tool...Does it work with umbraco v3?

Thanks...

Jason
mrshrinkray
Posted: Tuesday, August 14, 2007 6:00:37 PM

Rank: Aficionado

Joined: 8/4/2006
Posts: 106
Location: London
Tom Holland wrote:

Hi Chris,

I tried your tool with a larger database and I ran into a problem. I checked the "Ignore log, stat, userlogin tables" option, but it still tried to export the stat table which timed out.

Tom


I'll try it with version 3 and look into this problem, unfortunately it's going to be a week or 2 as I'm tied up at the moment.
neehouse
Posted: Tuesday, August 14, 2007 6:52:34 PM

Rank: Umbracoholic

Joined: 7/20/2006
Posts: 1,074
Location: Charleston, West Virginia, United States
Here is another solution that I have found works. I downloaded the SQL Web Data Administrator from codeplex, and found it's export tool to be decent.

If you have remote access to your DB, you can run this locally and pull the data down, or run it from your hosting environment. I have used it to transfer databases from hosts that do not allow remote connections, as well as those who block object transfers.

Case

• 2007/2008 MVP • 2008/2009 MVP • Certified • Licensing • Support • Development • Hosting •
mrshrinkray
Posted: Wednesday, June 04, 2008 10:52:54 AM

Rank: Aficionado

Joined: 8/4/2006
Posts: 106
Location: London
Looks like the tools works with 3.05, as from what I can tell it doesn't have any DB changes.

As I'm running using discountasp.net for my personal site now I don't really use it anymore so if anyone could test it that'd be good.

I'd also recommend http://www.ruizata.com/ for dumping databases, it works well.
mrshrinkray
Posted: Wednesday, June 04, 2008 10:57:08 AM

Rank: Aficionado

Joined: 8/4/2006
Posts: 106
Location: London
mrshrinkray wrote:
Tom Holland wrote:

Hi Chris,

I tried your tool with a larger database and I ran into a problem. I checked the "Ignore log, stat, userlogin tables" option, but it still tried to export the stat table which timed out.

Tom


I'll try it with version 3 and look into this problem, unfortunately it's going to be a week or 2 as I'm tied up at the moment.


I realised I completely forgot to reply to this. I can remember not being able to reproduce the problem, can you give me the steps to do it?

Code:
//
// Check for log tables etc. and ignore if set
//
if ( ( tableName == "umbracoLog" || tableName == "umbracoUserLogins" || tableName == "umbracoStatSession" ) &&
   this.checkBoxIgnoreLogTable.Checked )
{
       continue;
}
thahammer
Posted: Friday, June 20, 2008 9:14:41 AM

Rank: Aficionado

Joined: 8/28/2007
Posts: 129
Location: Bavaria
I found this really interesting Site for my little Server Connection Problem. This may Help others here in the Forum.

http://www.connectionstrings.com/

I Love umbraco
thahammer
Posted: Thursday, June 26, 2008 9:07:49 AM

Rank: Aficionado

Joined: 8/28/2007
Posts: 129
Location: Bavaria
Youre Tool works great with any umbraco 2 installation. Thanks, that solved a lot of my Problems! :-)

But i have one single umbraco 3 installation i have to move from one SQl Server to another. I tried it with your Tool, but it seems, that it don´t work. Some Tables are missing, thats whats an error always shows me. I can start umbraco, but i only see halve of it, some Fileds are gone. i Think they coming from the DB.

I Love umbraco
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.