Top "Restore" questions

Use this tag on any questions related to data restore (in contrast to data recovery).

How to check if postgresql backup was successful?

We have a postgresql database that is backed up nightly from a cron job with a following command: su postgres …

postgresql backup restore pg-dump
Dump and restore data of a specific key in redis

I want to take backup of a particular key in my redis which have multiple keys. My redis has many …

redis backup restore dump
bak file not visible when trying to restore database

I am trying to run a classic asp project on visual studio and therefore I am trying to restore a …

sql-server database file-permissions restore database-restore
Android CheckBox -- Restoring State After Screen Rotation

I have come across some very unexpected (and incredibly frustrating) functionality while trying to restore the state of a list …

android checkbox rotation restore
How does `onViewStateRestored` from Fragments work?

I am really confused with the internal state of a Fragment. I have an Activity holding only one Fragment at …

android android-fragments fragment viewstate restore
Restoring the data from pg_dump doesn't overwrite the data but it appends the data to the original database

I am taking the dump of postgres database using "pg_dump database_name > backup.sql". Later on I am …

postgresql backup psql restore pg-dump
How to export and restore HSQLDB

Does anyone know how to export HSQLDB to .sql file or something on a computer and restore on other computer.

database export hsqldb restore
How do I recreate an FRM file for an MySQL InnoDB table with only the ibdata and *.ibd files?

This is a slightly different question than the related InnoDB repair questions I have seen on stackoverflow. Assume that I …

mysql database innodb restore database-restore
Recover Dreamweaver Files

I need help! I was just about to upload some new files to my site when I accidently pressed the …

dreamweaver restore system-restore
How to recover table after drop it in SQL Server

I drop a table in SQL Server using this code: DROP TABLE temp Now, I try to recover this table, …

sql sql-server restore recovery