Questions tagged [recover]

The recover tag is used to mark questions that have something to do with recovering data. By itself, it is ambiguous and useless and must be combined with other, appropriate tags such as software packages and database system tags, operating system tags, programming language and programming language environment tags.

Recovery usually involves some need to regain lost data whether that data is management data such as the management data of a database resulting in database access failing or raw data such as the contents of a database record or a file.

Any post using the [recovery] tag must include additional tags and a write up that helps the reader to know the context of the failure that lead to data loss along with the operating environment at the time of the data loss.

The post should include what was being done at the time of the data loss, any error logs generated, steps taken after the data loss such as recovery procedures executed along with their results, and a description of the actual data lost.

Context information may include: the operating system, the database system, the source code repository package, the programming language being used, the kind of data that was lost, and/or the IDE being used.

322 questions
4
votes
1 answer

Problem in Recovering the Lost Data from the Database files (.mdf and .ldf)

Recently, one of our clients has deleted two million rows from a table. Here the problem is the database is not taken backup. I have only the master data file (.mdf) and Log data file (.ldf) with me. I have downloaded some demo version of Sql tool,…
4
votes
5 answers

How to recover unsaved file in spyder

Spyder crashed at the last minute and I had force quit the programme as it wasn't responding at all. After reopening it, I am not able to find my file that I was working on, i hadn't saved it and had quite a bit of code written in it. It will be a…
sanchit goel
  • 41
  • 1
  • 1
  • 2
4
votes
2 answers

Linux wrong path exported. How to recover ~./bashrc file

While I try to set java path on ~./bashrc file i exported like: PATH=/usr/local/jdk1.6.0/bin export PATH which I guess makes all the other path missing.So it makes me any of the core command like cp not working. I am aware the default ~./bashrc…
Ananth Duari
  • 2,859
  • 11
  • 35
  • 42
4
votes
2 answers

Get the file extension of the file chosen by OpenFileDialog

I am using an OpenFileDialog to allow the user to select a file. How do I then get the extension of the file that they chose? I need to perform a different action depending on the type of file. For instance, if they choose a PDF file, I need to…
Zied.M
  • 215
  • 4
  • 17
4
votes
4 answers

Is there a way how to recover deleted rows in Mysql deleted over a month ago

I am using Mysql and by mistake deleted very important details.Is there a way how to recover deleted records in Mysql?
Ana DEV
  • 1,018
  • 2
  • 17
  • 39
4
votes
1 answer

Visual studio 2008 autorecover directory location change

using vs2008 C# Does anyone know how change the directory location that auto recover files are saved to in visual studio sp1. The specific directory it should be on my C# drive in my documents is always empty even when the feature is turned…
Spooky2010
  • 341
  • 1
  • 8
  • 21
4
votes
1 answer

Will killing a process recover leaked memory?

For example, when a particular application runs, it causes 10M of memory leaks. If I kill the process, will the 10M be recovered by the system? I tried to check myself: I created an application that will cause 10M memory leak. Before I run it, I…
Richard Shen
  • 53
  • 1
  • 6
4
votes
1 answer

Netbeans made project disapear? How to recover?

I was working on a project, when netbeans freezed and closed abnormaly. When i reopend the project was missing, when i checked the netbeans workspace the folder was missing too. Does netbeans keep a back-up for his projects? Is there any way to…
Alexandru Chirila
  • 2,274
  • 5
  • 29
  • 40
3
votes
1 answer

Recover lost code from compiled apk

I have an issue here..and its making me really nervous. I was working on this game, and it was going great, so I took a copy of it on my laptop to work do some work while away from my computer. long story short, hard-drive failure + poor back ups…
AlexRamallo
  • 637
  • 1
  • 5
  • 23
3
votes
1 answer

Can you recover objects from debug mode in R-Studio?

Last night, after some exhausting debugging, I finished a new function that ran little over 5 hours and was to save into an object. myResult <- myComputation(myArgument) Something like this. Unfortunately, the function was still in debug mode, so…
Krismu
  • 503
  • 4
  • 14
3
votes
1 answer

Spring Retry @Retryable not retrying nor recovering

When I run my unit test I would expect the method thisFails() to retry 3 times and then I would expect to see the recovery logger line printed, but it only tries once and then throws the exception. The output at the bottom is after I run my…
user3043403
  • 91
  • 1
  • 2
  • 6
3
votes
7 answers

Self restart program on segfault under Linux

Under Linux what would be the best way for a program to restart itself on a crash by catching the exception in a crashhandler (for example on a segfault)?
Waxhead
  • 500
  • 3
  • 16
3
votes
1 answer

Can I recover a deleted file that was never committed?

I added a directory to a repository but did not commit the change. Then I removed it, not realizing it would delete the entire directory. To be clear this is exactly what I did: svn add directory/ svn remove directory/ --force Is there any way to…
smead
  • 175
  • 1
  • 2
  • 5
3
votes
1 answer

How to recover sysaux tablespace?

I'm using Oracle 10g and have just found out that the SYSAUX tablespace has RECOVER status. When I check the datafile I can see that it hasn't been updated since May 2012. I understand that the core functionality in the database still is ok but have…
swetom
  • 71
  • 1
  • 5
2
votes
2 answers

Will a website recover from a Denial of Service attack on its own?

I'm in a rather peculiar situation right now. To make a long story short, I'm part of a (real life) volunteer organization of about 2000 members. Our current website was built and maintained by a member who is no longer part of the organization…
numegil
  • 1,916
  • 7
  • 26
  • 38
1 2
3
21 22