Tagged Questions
The disaster-recovery tag has no wiki summary.
9
votes
3answers
449 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 ...
8
votes
7answers
326 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 ...
6
votes
1answer
863 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 ...
6
votes
3answers
2k views
5
votes
2answers
2k views
WCF Pub/Sub with subscriber caching
Problem: how to provide a distributed, scalable and disaster resistant pub/sub service with WCF.
Details:
Note that this approach is being considered in addition to messaging/middleware solutions ...
4
votes
5answers
135 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 ...
4
votes
8answers
9k views
Undo SVN delete ./* --force
Yes, I know it was stupid, don't rub it in, I'm freaking out here.
I didn't realize svn delete would delete my local copy, I just wanted it out of the repository. Now all my files are gone, and they ...
4
votes
1answer
591 views
Backup and disaster management plans for mysql database
I've got a multi-user application having some critical data of the users. I am working on the backup and disaster recovery plan for the application..
Would like to know some best practices regarding ...
3
votes
2answers
112 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 ...
3
votes
3answers
102 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 ...
3
votes
2answers
453 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 ...
3
votes
6answers
364 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
1answer
120 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 ...
2
votes
2answers
88 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 ...
2
votes
3answers
5k 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 ...
2
votes
2answers
1k 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 ...
2
votes
2answers
1k views
Disaster Recovery Template Documents
Anyone have a disaster recovery plan template document that they use to provide to their clients?
Our client wants a document that outlines our disaster recovery plan but we really don't have ...
1
vote
2answers
42 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
34 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 ...
1
vote
1answer
1k 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
2answers
146 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 ...
1
vote
1answer
117 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 ...
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)
...
1
vote
2answers
264 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
107 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 ...
0
votes
0answers
33 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 ...
0
votes
0answers
11 views
Information Storage management and Disaster recovery
can anyone tell me how data are organised in different site
e.g how data are organised in banking application ,similarly how differently are data being organised in AmaZon site and youtbe ?
What are ...
0
votes
1answer
34 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 ...
0
votes
2answers
64 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.
0
votes
2answers
40 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 ...
0
votes
0answers
87 views
Cloud Storage Backup and Disastery Recovery [closed]
Now everyone talking about the Amazon EBS outage and DR, what about DR for Cloud Filestorage like S3? Questions are:
Is it necessary or do you believe that e. g. S3 will never go down?
How would you ...
0
votes
3answers
296 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 ...
0
votes
3answers
180 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 ...
0
votes
2answers
205 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 ...
0
votes
1answer
130 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 ...
0
votes
1answer
94 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 ...
0
votes
1answer
341 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
558 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
votes
1answer
193 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 ...