Top "Restore" questions

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

Restore Backup Access Denied

I'm trying to restore a backup from a .bak file to a local database server and keep getting the error …

sql-server backup restore database-restore
How to pg_restore

I am dumping my database 'mydatabase' into a text file 'mydatabase.sql' through command line. "C:/Program Files (x86)/PostgreSQL/9.1/…

postgresql backup restore
Backup/Restore of notes in Notes.app, i.e. stored in iCloud (iOS, Mac OS X Mountain Lion)

I wish to make a regular backup of my notes stored on my iPhone, iPad and Mac OS in the …

export backup icloud restore
SQL-Server: What does NOUNLOAD and STATS mean in sql command line when restoring a DB?

When i go to restore my database in SQL server 2012 i can let display the script or command line action …

database sql-server-2012 restore
How to restore a minimized Window in code-behind?

This is somewhat of a mundane question but it seems to me there is no in-built method for it in …

wpf window state restore minimize
Restore already bought in-app-purchases on iPhone?

I got so far: After a reinstall, a user needs to click "buy feature", then he gets scared with the $0.99 …

ios in-app-purchase restore
SQL RESTORE WITH RECOVERY; Hangs at 100%

I have done a lot of research about this. I am attempting to recover a database with SQL Server 2014 and …

sql-server restore sql-server-2014
How to predict values with a trained Tensorflow model

I've trained my NN in Tensorflow and saved the model like this: def neural_net(x): layer_1 = tf.layers.dense(…

python tensorflow save restore
pg_restore error: role XXX does not exist

Trying to replicate a database from one system to another. The versions involved are 9.5.0 (source) and 9.5.2 (target). Source db name …

database postgresql restore
How to restore MySQL dump from host to Docker container

I'm sure this is a duplicated topic, but I simply cannot get it done: I like to restore my database …

mysql docker containers restore dump