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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How do I back up my database?How do I back up my database?
Previous
 
Next
New Post
7/6/2006 2:21 AM
 
crossmark wrote

I want to be able to back up my DNN database to a local file on my machine.  I'm launching a business that will involve many users updating their own pages and will be in deep doggy doo should something go wrong and I don't have a solid back up.  Aside from that, I just want a back up for when I'm testing things in case I totally screw up the database (which I've done once and thankfully recovered from without too much trouble).

Anyone know of a software or service that would accomplish a local back up?  I have a copy of Aqua Data Studio and know how to export a single table, but I don't know how to get the entire database exported.

Any input is greatly appreciated.

Unless the command has changed in 2005, the SQL 2000 backup command was:

BACKUP DATABASE { database_name | @database_name_var }
TO < backup_device > [ ,...n ]
[ WITH
    [ BLOCKSIZE = { blocksize | @blocksize_variable } ]
    [ [ , ] DESCRIPTION = { 'text' | @text_variable } ]
    [ [ , ] DIFFERENTIAL ]
    [ [ , ] EXPIREDATE = { date | @date_var }
        | RETAINDAYS = { days | @days_var } ]
    [ [ , ] PASSWORD = { password | @password_variable } ]
    [ [ , ] FORMAT | NOFORMAT ]
    [ [ , ] { INIT | NOINIT } ]
    [ [ , ] MEDIADESCRIPTION = { 'text' | @text_variable } ]
    [ [ , ] MEDIANAME = { media_name | @media_name_variable } ]
    [ [ , ] MEDIAPASSWORD = { mediapassword | @mediapassword_variable } ]
    [ [ , ] NAME = { backup_set_name | @backup_set_name_var } ]
    [ [ , ] { NOSKIP | SKIP } ]
    [ [ , ] { NOREWIND | REWIND } ]
    [ [ , ] { NOUNLOAD | UNLOAD } ]
    [ [ , ] RESTART ]
    [ [ , ] STATS [ = percentage ] ]
]

I do think however that backing up the database itself will NOT back up content files, images or skins as all of these are kept seperately in the filesystem instead of internally stored within the SQL database.

 
New Post
7/6/2006 7:27 AM
 
Several third-party modules are available at SnowCovered to help with this.  I've never used any of them myself.  One example is the Remote Backup / Restore Module.  It only works with SQL Server but it looks great.  Here's the address for a great list:  http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=241&search=backup&r=bf28f42a73


Shane Miller
Call Centers 24x7
 
New Post
11/29/2007 12:38 PM
 

Hello,

You can try our backup solutions for DNN: BackupNative and BackupScript modules. You can get more information at  www.evotiva.com

Let us know if you have any question.

Thanks.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How do I back up my database?How do I back up my database?


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