341 questions
-1
votes
1
answer
94
views
How to remove CVS metadata from binary files
I was able to recover one of my first Java projects in a CVS repository from 2002, but those files have text metadata mixed with the file data. Most of the text/sourcecode files have the metadata ...
0
votes
0
answers
30
views
SQL query to globally change the foreign key constraints in other tables
One table in my PostreSQL database got currupted (say Table X). I managed to extract the schema and with that, could create another table Y. Populated data into table Y from my csv back up. Added ...
1
vote
1
answer
284
views
recover deleted firestore collection
I accidentally deleted firestore collection. then I interuppted that in between and it resulted in partial deletion. I want to restore my data.
Point in time recovery was not enabled and I made above ...
0
votes
0
answers
73
views
Unable to see databases in psql even though I can see them in PGDATA: main/base folder
I had issue with postgres PANIC: could not locate a valid checkpoint record which caused me to run pg_resetwal. I was okay with losing whatever data was there in WAL.
Now after running that I can only ...
-1
votes
1
answer
77
views
Exporting conda environments without using conda commands
I'm recovering data from a broken Ubuntu installation (using the try mode of an Ubuntu iso from a live USB) and I need to recover some conda environments, but since I'm in try mode, anaconda isn't ...
0
votes
1
answer
101
views
postgres database recovery - version 9.2
I get hacked by several tables dropping for the postgres database.
It is on a cloud ECS environment. During the hack, I realized the attack and created a snapshot but unfortunately I still have ...
0
votes
0
answers
2k
views
Infinix Android showing error - Cannot load Android System. Your data may be corrupt
I have an issue with my Android Mobile - Infinix.
On Restart It's just showing below error on screen to 'Reset Factory Data' option as below:
As we know by doing or performing 'Factory Data Reset', ...
0
votes
0
answers
182
views
Copy files from root folder of android to pc using python
....I am working on a project where I need to copy some files of an app that is present in the rooted folder of android. I need to write a python script that can help to get the required files from ...
0
votes
1
answer
3k
views
Repair a corrupt file to original mp4 file using hex editor
I have a corrupt file which is .rsv file that my Sony camera produced. I have other reference files in format .mp4 which work correctly.
I have some IT knowledge and decided to inspect the two files ...
1
vote
3
answers
17k
views
Using ADB Pull to transfer entire folders
I want to use 'abd pull' to transfer some folders from my android phone to my Computer.
I've done a lot of research online but there isn't much information about how to properly use this command.
I ...
3
votes
2
answers
246
views
CockroachDB how to restore a dropped column?
I accidentally dropped a column. I have no backup set up for this single node setup. Does cockroach have any auto backup mechanism or am I screwed?
0
votes
1
answer
2k
views
How to recover Twitter Drafts
I don't what happened but I lost all my Twitter drafts, I draft many tweets for a whole week today somehow there are no drafts, if you know how to restore drafts please let me know I searched online ...
0
votes
0
answers
50
views
How to recover git push -f to undelete the wrong commit? [duplicate]
I've seen a few topics relating to this topic but none exactly mirrored my situation. In most of those people pushed the wrong branch overwriting another or just needed to be able to restore the ...
0
votes
1
answer
665
views
Why Oracle SQL Flash Recover Area is blank?
I get 0 rows in the results I use
SELECT * from V$RECOVERY_FILE_DEST
V$RECOVERY_FILE_DEST is a default table name for the oracle Flash recovery area.
Does this mean that a Backup never happens on this ...
1
vote
0
answers
120
views
Recover data from a corrupted pkl file
A pkl I am working on got corrupted from full disk issues
Is there a way to recover some of the data that was in it?
The onlly solution i have found was this. The issue is that currently with the ...
0
votes
0
answers
2k
views
How to fix MariaDB InnoDB "Data structure corruption" after using plesk system reboot
I logged into the server using SSH and it said my server needed to have a reboot. So I logged into my plesk panel and hit the restart server button. After the reboot... MySQL/MariaDB doesn't start ...
0
votes
1
answer
950
views
MySQL: How to properly extract blob data from mysqlbinlog output
I am trying to restore a few erroneous updates to a customer MySQL 5.7 database. Binlogs are enabled (binlog_format=MIXED). I am trying to write a script that will go through the binlogs and restore ...
0
votes
0
answers
3k
views
How can I recover files after running "git clean -df" by accident?
I have accidentally run git clean -df. It removed my files from my current commit, which I had yet to push. Now, in git status, those files are marked with D, which means "deleted".
Is there ...
1
vote
1
answer
2k
views
How to recover items moved to trash in Godot and where to find the recycling bin?
So earlier on I was attempting to code basic scripts on Godot and I may have deleted a Button.gd source code, so far the output is perfectly fine but the debugger displays an error even after making a ...
1
vote
1
answer
1k
views
How to recover .git folder from data recovery software?
I accidentally deleted all files including .git folder by using shift+delete.
I managed to recover them using a data recovery software. However, the directory is unable to work.
The error message is ...
0
votes
1
answer
560
views
How to use a recent Oracle backup file (from yesterday) and only online redo logs to recover the database in another location (disaster recovery)?
I would like to plan and test my database recovery in another site (another instance on another server in disaster recovery site).
I take a monthly RMAN level 0 image copy every month and daily ...
1
vote
1
answer
82
views
PSET4 RECOVERY does not recover images correctly
I have started working on PSET 4 RECOVERY. My program compiles successfully, it goes through the first 3 tests no problem, but for the love of me I cannot seem to find the problem.
It just does not ...
-3
votes
2
answers
322
views
How would you handle a data recovery case?
I am working on a blog-article about data recovery ans I would be interested how you would approach such a case. Let's tell a client pop by with a HDD and need his data recovered...
What exact would ...
1
vote
0
answers
444
views
Laragon data loss after lite to full update
I had to update from lite to full and all my sql tables went missing. I read an article which said there would be no such consequences on update but mysql says table does not exist. Is there a way to ...
-2
votes
1
answer
221
views
restore php projects when re-install wampserver
I forced to reinstall wamp on my pc. but i forgot to copy all php project on www folder on wamp and when install wamp again realize that all my php files are lose.
Can someone tell me how to restore ...