Top "Restore" questions

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

What is the `git restore` command and what is the difference between `git restore` and `git reset`?

When I want to unstage a staged file, all of my Git tutorials show something like: $ git add * $ git status …

git restore git-reset unstage
Use pg_restore to restore from a newer version of PostgreSQL

I have a (production) DB server running PostgreSQL v9.0 and a development machine running PostgreSQL v8.4. I would like to …

postgresql export restore psql pg-dump
How to restore session in Microsoft Edge

I am using Windows 10 operating system, and yesterday I have installed the latest update version 1511. Everything is working ok, except …

session restore microsoft-edge
How to save/restore Sublime Text 2 configs/plugins to migrate to another computer?

I need to migrate from one Mac to another, and want Sublime Text 2 on a new computer to have all …

macos backup restore sublimetext2
Android backup/restore: how to backup an internal database?

I have implemented a BackupAgentHelper using the provided FileBackupHelper to backup and restore the native database I have. This is …

android database restore database-restore android-backup-service
restoring git repository from bundle backup

i created backups of my git repository like in How to backup a local Git repository? proposed with git bundle …

git backup restore
How to restore previous version of code in Xcode

I'm working on an Objective C project in Xcode and need to restore to a previous version that was committed …

xcode commit restore
UITabBarController: switch to a different view controller programmatically

In my iPhone app, to restore previously viewed tab, on launch I set the setSelectedIndex: (also tried setSelectedViewController: as per …

iphone objective-c uinavigationcontroller uitabbarcontroller restore
MySQL InnoDB database restore

I have to restore a database that has been inadvertently DROPped in MySQL 5.0. From checking the backup files, I only …

mysql backup innodb restore
How can I query how much time a SQL server database restore takes?

Im trying to write a query that will tell me how much time a restore (full or log) has taken …

sql-server sql-server-2008 restore database-restore