The disaster-recovery tag has no wiki summary.
2
votes
1answer
35 views
+150
CloudBees, Availability Zones and Disaster Recovery
What is the difference between what CloudBees calls a region-specific deployment and what they (and Amazon) call an availability zone?
From what I can tell, CloudBees allows you to deploy in 1 of 2 ...
0
votes
2answers
31 views
Robotium : Is there a way to check for an activity to NOT exist?
I'm automating an app that shows some overlay messages anywhere on the app for several scenarios, such as app installed for the first time etc. (I'm fairly new to Robotium too.)
The overlay displays ...
1
vote
1answer
41 views
web role and sql azure disaster recovery
I'm working on a quiet large and critical application. It's been deployed to azure with 3 web roles and sql azure db.
In case of disaster, we need to be able to restore both web roles and sql azure ...
0
votes
1answer
20 views
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 ...
0
votes
0answers
21 views
RavenDB - Disaster Recovery on a Replicated Instance [migrated]
Assume that I have two RavenDB instances.
Instance 1 contains one document: users/1.
Instance 2 contains three documents: users/2, users/3, and users/4.
_
Assume that I configure and enable ...
0
votes
1answer
19 views
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 ...
1
vote
1answer
153 views
Configuring Apache Cassandra for Disaster Recovery
How do you configure Apache Cassandra to allow for disaster recovery, to allow for one of two data-centres to fail?
The DataStax documentation talks about using a replication strategy that ensures at ...
0
votes
1answer
69 views
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 ...
1
vote
0answers
267 views
How to restore MaxDB instance when no backup medium is available?
I have a question about moving MaxDB databse instance from a broken server, when the files of that server have been restored, to a newly installed server?
The question I asked is here: ...
0
votes
0answers
85 views
Free Windows equivalent to .snapshot directory (from Linux)?
I'm sure there's demand for the simplicity of .snapshot-style recovery in Windows (of arbitrary directories, not just the registry). Is there any free software that does this? Or even paid? How about ...
0
votes
1answer
149 views
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 ...
0
votes
2answers
110 views
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 ...
0
votes
1answer
57 views
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 ...
1
vote
0answers
474 views
mysql can't drop corrupt innodb table
So I'm dealing with a MySQL server which ran out of disk space and has mostly InnoDB tables which of course got corrupted. I'm trying to drop and recreate the damaged tables but MySQL won't let me do ...
0
votes
0answers
134 views
How to restore a dd overwritten disk partition? [closed]
First of all, I admit I'm stupid and I didn't run proper backup of my data, but you know crap happens...
So, I've used dd to overwrite the first 2GB of my 750GB NTFS partition with a FAT32 partition. ...
0
votes
2answers
934 views
2 Disks failed in a 3 disk RAID 5 array. How to recover? [closed]
Our server had 2 disks simultaneously fail. Although this seems 1 in a million chance, the only explanation maybe that both disks where manufactured at the same place and time.
Anyways, lets assume ...
1
vote
1answer
226 views
Msmq disaster recovery
I trying to use synchronisation tool (double take) to synchronize the MSMQ storage folder "C:\Windows\System32\msmq\storage"
from one server to another one
The problem that once the files moved ...
0
votes
2answers
215 views
Retrieving the code from an executable file
Due to some disasters, my source code is lost.
I now have only the cabinet file and the installer of my software.
So, I want to retrieve my code from my software to improve it as per current market ...
0
votes
0answers
161 views
Restore MySQL Databases from File backups, not MySQL Export
I've got a Windows Server and I get Windows Server Backup to backup all the files every day. I don't however have a system image so I can't do that.
I've tried just coping the database into the MySQL ...
1
vote
1answer
359 views
Dropped all MySQL databases, including mysql, how recover?
I was attempting to recover some diskspace as described here:
How to shrink/purge ibdata1 file in MySQL
I did a mysqldump for all databases.
Then I dumped all the databases and unfortunately I was ...
2
votes
2answers
257 views
Downloading very large number of files from S3
I would like to setup a Disaster Recovery copy for an s3 bucket with ~2 million files.
This does not have to be automated since we trust Amazon's promise for high reliability, we have enabled ...
1
vote
1answer
106 views
disaster recovery plan before refactoring an architecture
I mainly have to design a backup and recovery plan for a client, but another duty is to make the systems reliable in terms of failover and load balancing which will make me to changes the system ...
0
votes
2answers
403 views
Is it possible to restore table without backup in postgres
Is it possible to do it without ANY backup? I need to reverse one command.
16
votes
3answers
3k views
Recommended practice to deploy MongoDB on EC2 for production?
I would like to deploy mongoDB on EC2 for my production. However, I could not find enough information online to help answer my architectural questions.
In general, what should be the initial cluster ...
3
votes
2answers
300 views
is node.js a one process server?
is node.js a one process server, or can it emulate Apache bunch of child processes, each serves a different request, and each is independent from the other (and the cycling of child processes to avoid ...
2
votes
1answer
156 views
chain of events analysis and reasoning
My boss said logs in current state are not acceptable for the customer. If there is a fault, a dozen of different modules of the device report their own errors and they all land in logs. The original ...
0
votes
2answers
54 views
Strategies for implementing recovery mode
I have a Windows application which if it fails, I would like to default to a “recovery mode”, the first time it is run after failing.
I'm ok on flagging the error and the different things the user ...
4
votes
1answer
8k views
T-SQL copy Logins, Users, roles, permissions etc
We have implemented log shipping as a database disaster recovery solution and want to know if there is a way I can use T-SQL to script all the logins, users, roles permissions etc to the master ...
1
vote
3answers
1k views
Recovering Git repository from objects only
I have a Windows box which has taken it into it's head to delete most of a Git repository (must have tripped the Important Work Detector ;). All I have left (that I can find) is the objects. I'm not ...
3
votes
3answers
174 views
Run a SQL command in the event my connection is broken? (SQL Server)
Here's the sequence of events my hypothetical program makes...
Open a connection to server.
Run an UPDATE command.
Go off and do something that might take a significant amount of time.
Run another ...
0
votes
4answers
1k views
Disk Imaging and Recovery Software for Windows XP SP3
I have just installed Windows XP SP3 in my workstation and I have a strange behavior in Acronis TrueImage Disk Imaging Software I use. I notices from some forums that there is lot o f posts regarding ...
-1
votes
1answer
602 views
Good backup solution for Xen virtual machines?
we are looking for a backup solution for our xen servers that meets the following requirements:
makes backups while machines are running
has easy to use disaster recovery without depending on ...
1
vote
2answers
375 views
Reverse of Get Specific Version, overwrite files on server
Our source control is on a hyper-v virtual machine, and last night a snapshot-merge of the image went horribly wrong. The source control server now contains a months-old version of the source; all ...
1
vote
2answers
271 views
SQL Server 2008 Mirrored DB Update Rollback - Crisis
I am a programmer who has done a very bad thing and somehow didn't select the WHERE clause before hitting F5 on an update query in SQL Server 2008.
I know this isn't a programming question but it is a ...
0
votes
1answer
217 views
Am I wrong to give up on Virtual Box after a bad performance on some disaster recovery trial scenarios?
OK, so I began a little journey to move all of my development into virtual machines, and Virtual Box seemed like the best choice to pursue. So I get it installed and install Ubuntu and get my ...
1
vote
1answer
193 views
Does anyone know of a free solution to perform failover for VMware ESXi?
I would like to setup a free/custom solution to perform failover for VMware ESXi.
The setup is as follows:
2x Physical servers each with independent storage.
For each physical server there are 2x ...
0
votes
1answer
168 views
Is there a way to recover registry entries that were deleted using RegDeleteKey?
[I am aware that this might actually better belong on superuser but I thought the programmer perspective might yield slightly better/faster results.]
I have just written a sleek new configuration ...
4
votes
5answers
250 views
What is the best way to QA a disaster recover plan?
Considering that you never need to use a disaster recovery plan until disaster strikes, I was wondering what is a way that an IT department can test their disaster recover plans? How do you simulate ...
2
votes
2answers
130 views
Does anyone has the experience of using the new p4 replicate command in their Perforce back-up /restore script?
we recently performed an upgrade of our whole perforce system to 2009.02
During this exercise, we noticed that the back-up /restore process that was installed here by the Perforce consultant a year ...
7
votes
1answer
3k views
How do I re-create a MySQL InnoDB table from an .ibd file?
Assume that the following MySQL files have been restored from a backup tape:
tablename.frm
tablename.ibd
Furthermore, assume that the MySQL installation was running with innodb_file_per_table and ...
3
votes
2answers
1k views
Disaster recovery for files on Amazon S3?
We outgrew the disc space on our server some time ago, so I made the decision to move the majority of our user generated content onto Amazon S3. Obvious benefits in saving space, reducing bandwidth ...
2
votes
3answers
13k views
How to recover a MySQL database: Incorrect information in file: './xxx.frm' [closed]
A very important database has gone corrupt that was sitting on server at a shared web host, and I didn't back up. The table contains a large list of very important email addresses. I can get a table ...
8
votes
7answers
348 views
What source/version control to use for home?
I used to use svn, and I had AnkhSVN setup in visual studio. I ended up migrating the svn server from a linux box to a windows box about 4 years ago. I didn't have a good backup / restore process on ...
1
vote
1answer
2k views
Changes to a MySQL InnoDB table - which files are involved and why?
When changing the content of an InnoDB MySQL table the following files on the file system appears to be involved/changed:
/path/to/mysql/data/[database]/[table].ibd (due to innodb_file_per_table)
...
0
votes
1answer
531 views
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 ...
0
votes
2answers
676 views
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 ...
1
vote
2answers
461 views
Data Guard Oracle 11g
I want to do the disaster recovery in oracle 11g using data guard. But I don't the procedure or the way how to do it. I want all of someone that show me the document or the way to do it.
Can anyone ...
1
vote
2answers
140 views
When Something Goes Wrong: Good contingency planning?
I work at a small firm with little technical skill/knowledge.
One colleague had a hard drive die without any backup, and we recently had a virus come through and infect our test server (the ...
3
votes
6answers
600 views
High Availability and Disaster Recovery Software AntiPatterns
If you had to audit a Java application for worst-practices when it comes to high-availability and disaster recovery, you would probably look for hardcoded IP addresses and suboptimal caching of bind ...
2
votes
2answers
2k views
What happens when you restore system databases to a SQL Server with a different name?
I'm currently looking at disaster recovery plans and restoring backups of master/msdb/model.
In theory if I restore master, msdb, model and the user databases onto a fresh server install (with the ...

