Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Make Backup of DNN web siteMake Backup of DNN web site
Previous
 
Next
New Post
9/6/2006 1:49 PM
 
It has been a while since I've seen the WH4L interface, but the file manager does give you the ability to "zip" a directory. You'd would want to "zip" your DNn directory and use FTP to retrieve this file.

For SQL, using WH4L's SQL manager (I think that's what they call it), you can set up a backup plan. Follow the instructions. At some point it will ask you to create another FTP account on the SQL server. There you can download your DB backup.

As far as restore [say local], you'd create an IIS directory, unzip your DNN files there. Create a SQL DB (same name) and the User Account for the DB on your local SQL Server. Make a backup of the blank local DB. Now, unzip your WH4L DB backup into the same directory overwritting the blank backup. Now in SQL Manager, restore the DB (forcing an overwrite). Now the last thing to do is reassociate the DB user as it is orphaned. You can do this in Query Analyzer or SQL Manager Studio by running this query:

--Resolve an orphaned user

USE YourDB;
GO
sp_change_users_login @Action='update_one', @UserNamePattern='YourDBUserAcct', @LoginName='YourDBUserAcct';
GO

Hope this helps...



 
New Post
9/6/2006 3:05 PM
 
Excellent! Above and beyond the call of duty. Thanks a bunch!

Jeff
 
New Post
9/6/2006 5:40 PM
 
You might also want to check some 3rd party modules on Snowcovered.
Antony
 
New Post
9/8/2006 7:14 AM
 

Great advice smitty. But dont forget, he's going to have to add a portal alias for locahost in order for the backup site to work on his local machine.

I think what would be helpful to a lot of developers is a standardized procedure to synchronize sites between development machines and live servers, both ways.

In other words, being able to have a synchronized copy of a site on a development machine, perform any work offline you need to, then re-synchronize the live site.

I know this would be a tremendous help for me and I'd like to see some type of procedure for performing this task in the DNN documentation somewhere.

 
New Post
9/8/2006 7:45 AM
 
Ed DeGagne wrote

Great advice smitty. But dont forget, he's going to have to add a portal alias for locahost in order for the backup site to work on his local machine.



Thanks Ed, but I assumed (which we all know is a bad practice) that the site came from the development server it was being sync'd back to, therefore the "local" alias would have already been entered....but my bad for assuming.



 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Make Backup of DNN web siteMake Backup of DNN web site


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out