Backup Strategy Questions

33 views
Skip to first unread message

Ken

unread,
Dec 31, 2014, 5:57:22 PM12/31/14
to rav...@googlegroups.com
Hello,

I'm in the process of creating a backup strategy for our RavenDB databases, and I have a some questions that I haven't been able to find answers to.

1. The backup documentation (http://ravendb.net/docs/article-page/2.5/csharp/server/administration/backup-restore) indicates that "Only one backup operation may run at any given time." Is this server wide, or is it per database allowing us to backup all databases in parallel?
2. Our databases have several bundles installed. In the future we may add more or develop our own. We are also using custom Lucene.Net analyzers. Are there any special considerations we should be aware of for backing up and restoring with this configuration to ensure our bundles and analyzers continue to work?
3. It appears that Raven.Backup.exe backs up all databases in one operation. Is this correct? If so, does this include the system database?
4. What are the advantages and disadvantages of using VSS versus RavenDB's built-in backup mechanism. Is one recommended over the other?

Thank you in advanced.

Ken

Oren Eini (Ayende Rahien)

unread,
Jan 1, 2015, 4:34:54 AM1/1/15
to ravendb
1) Per database.
2) You need to make sure that your analyzers and custom bundles (including the exact versions, if there might be breaking changes) are available when you do a restore.
3) That is not correct, it backs up a _single_ database. 
4) We usually recommend to go with the built-in backup, it has been far more therally tested and worked on.

Hibernating Rhinos Ltd  

Oren Eini l CEO Mobile: + 972-52-548-6969

Office: +972-4-622-7811 l Fax: +972-153-4-622-7811

 


--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ken

unread,
Jan 2, 2015, 11:10:41 AM1/2/15
to rav...@googlegroups.com
Thank you for your quick reply. It is much appreciated. A couple more questions for you. Under what conditions would we need to restore the system database? What kinds of data and/or settings are in there that might affect our ability to recover from some kind of failure? We are currently running version 2.5.2910, in case that makes a difference.

Thanks again,

Ken

Oren Eini (Ayende Rahien)

unread,
Jan 4, 2015, 4:26:25 AM1/4/15
to ravendb
The system database contains all the server side setup, that includes database locations, bundles, etc.
Backup status for all dbs, etc.

Hibernating Rhinos Ltd  

Oren Eini l CEO Mobile: + 972-52-548-6969

Office: +972-4-622-7811 l Fax: +972-153-4-622-7811

 


--

Ken

unread,
Jan 5, 2015, 9:53:48 AM1/5/15
to rav...@googlegroups.com
Wonderful. Thank you, Oren.
Reply all
Reply to author
Forward
0 new messages