The disaster-recovery tag has no wiki summary.
0
votes
4answers
40 views
Master/Slave without populating tables
So I have some Zabbix instances which are using MySQL for their backends. What I would like to do is, for DR purposes, backup the DBs for each instance using a Master/Slave configuration, with the ...
0
votes
1answer
40 views
RavenDB - Disaster Recovery on a Replicated Instance
EDIT: I'm encountering precisely the same issue.
Assume that I have two RavenDB instances.
Instance 1 contains one document: users/1.
Instance 2 contains three documents: users/2, users/3, and ...
0
votes
1answer
26 views
Subscriber database to be in sync using Distributor
I have database D1 as a publisher, D2 as a subscriber and they are using Distributor 'DIST' which is reside on the subscriber side. Both D1 and D2 database having DR databases called DR1 and DR2. I ...
0
votes
2answers
169 views
Resume Logshipping after Primary database restored
We have Database (D1) as a primary database and Log shipping setup to the secondary database called (LS_D1). Now what we are doing is taking backup of D1 database and restore it on D2 database. We do ...
2
votes
1answer
143 views
Can I recover a TDE certificate by restoring the MASTER database?
(We are, fortunately, not currently in this situation, just planning ahead to see what our options would be if it ever occurred.)
For a database encrypted with Transparent Date Encryption (TDE), a ...