Questions tagged [disaster-recovery]

This tag should only be used for **programming questions** that relate to the recovery of data or services in the event of a disaster situation. Non-programming questions are OFF-TOPIC.

This tag should only be used for programming questions that relate to the recovery of data in the event of a disaster situation.

Any non-programming disaster recovery questions are not on-topic, and may be more appropriate on Server Fault.

277 questions
0
votes
1 answer

RavenDB Replication: Can I set a database's Raven-Replication-Source Guid manually?

EDIT 2: I'm encountering precisely the same issue. For RavenDB Replication, the Raven-Replication-Source Guid is very handy when trying to discern which documents came from which server. But in a disaster recovery scenario, it may be necessary to…
Jim G.
  • 15,141
  • 22
  • 103
  • 166
0
votes
1 answer

How would I copy the gallery, posts & pages from a compromised wordpress install to a fresh one?

A Wordpress install on one of my servers has been compromised. What's the quickest way to export the gallery, posts and pages in a manner that won't export any back doors along with them? Then how do I import those into the fresh Wordpress…
Sean
  • 537
  • 1
  • 6
  • 15
0
votes
1 answer

Not all tables showing up when recovering MYSQL

I am recovering a missing mysql db with tables and have the frm files and ibdata1. I have used innodb_file_per_table to make each DB have its own data file and tests show that new DB now use this system when created. I noticed that when I to view…
RLeisinger
  • 218
  • 2
  • 3
  • 10
0
votes
1 answer

TFS2010 Disaster Recovery from Backups Only

I have seen a lot of discussions on how to move TFS2010, the application tier and DB tier. We have the DB sitting on the same server as the App Tier. I am going to test the process of recovering the TFS2010 DB in a catastrophic failure. Therefore…
Ernie
  • 1
  • 1
0
votes
2 answers

Minimum set of files needed to recover a MySQL table (MyISAM and InnoDB)

When recovering a MyISAM table the only file that is strictly needed is the data file (tablename.MYD) - the rest of the files (the index file tablename.MYI and tablename.frm) can be recreated from the data file using REPAIR TABLE. Assume I'm using…
knorv
  • 49,059
  • 74
  • 210
  • 294
0
votes
2 answers

IIS, VMWare, DR

We have a number of web servers in our VMWare environment. I am a developer (not a sys admin) so I am not familiar with VMWare, but our IT team currently feels the best way to maintain a DR site is to maintain multiple VMWare servers and each time I…
enforge
  • 915
  • 3
  • 10
  • 26
0
votes
1 answer

Push all Index Defs to RavenDB from a single file

In RavenDB a curl command on ravenServer.com/databases/myApp/indexes returns a nice list of all index definitions for the database. For my disaster recovery scenario, is there a http command that can put them all back. Or will I have to parse each…
0
votes
2 answers

Restore Move of TFS 2008 to server with SQL Server 2008

As part of a disaster recovery test of our TFS 2008 instance I hoped to restore our backups of the database (currently on SQL Server 2005) to SQL Server 2008. I noticed a warning on MSDN that this could make a restore impossible. Has this been…
Damien Ryan
  • 1,591
  • 1
  • 15
  • 34
-1
votes
1 answer

Can Azure front door be used as disaster management strategy for a web app hosted in azure?

I want to know if Azure front door be used for disaster management for a web app hosted in azure? Reading the content around Azure front door, I understand that it can be used for following Load balancing across regions i.e. global level which API…
-1
votes
1 answer

2TB Azure Storage account in case of disaster recovery?

I have an Azure Storage account with 2TB of data. For the design of a disaster recovery solution how I can recover it on a remote site with huge data?
Tariq
  • 27
  • 4
-1
votes
2 answers

Oracle expdp and impdp command?

I want to know the Oracle expdp and impdp command for sys user and scott/tiger user for entire database or a particular table.I will be grateful if you share me the script of expdp and impdp.I also want the script of recovery of a entire database…
tanayals
  • 37
  • 1
  • 3
-1
votes
1 answer

Azure Disaster Recovery

We have on premises VMware Servers and configured scheduled VM backup in Azure Cloud Server. Could you please someone explain if our on premises hardware crashed, is it possible to run those backups from Azure cloud like secondary server to avoid…
-1
votes
1 answer

Load Balancer certificate transfer/reuse in another region

I am implementing disaster recovery in AWS . My application is deployed in us-east-1 and now as part of disaster recovery I wanted to create same infra in another region . Now i have challenge regarding reusing https certificate of load balancer…
-1
votes
1 answer

Visual Studio 2013 project vanished upon clicking no to "save all"

I am using VS 2013 Shell Integrated with TwinCat3. Never seen this one before... Simply wanted to save some code and visualization changes and "save all" was defaulting to an F: drive that did not exist. I clicked cancel and retried a few times, no…
RWanek
  • 1
  • 1
-1
votes
2 answers

Low disk space TFS backup

I would like to know what happens when the disk space on which the shared folder resides on which full and incremental TFS backups are saved. In my configuration, the disk where backups are made is not the disk where there is the TFS database. If…
1 2 3
18
19