From 515d59a147e5e1eb3cb4b58cf671a378ff26bb59 Mon Sep 17 00:00:00 2001 From: Taloth Date: Mon, 15 Aug 2016 21:59:17 +0200 Subject: [PATCH] Put emphasis on db-wal/db-journal --- Backup-and-Restore.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Backup-and-Restore.md b/Backup-and-Restore.md index af6540b..299f7fd 100644 --- a/Backup-and-Restore.md +++ b/Backup-and-Restore.md @@ -21,7 +21,7 @@ ## Restoring from Backup ## -_Restoring to an OS that uses different paths won't work (Windows to Linux, Linux to Windows, Windows to OS X or OS X to Windows), moving between OS X and Linux may work, since both use paths contianing `/` instead of `\` that Windows uses, but is not supported._ +_Restoring to an OS that uses different paths won't work (Windows to Linux, Linux to Windows, Windows to OS X or OS X to Windows), moving between OS X and Linux may work, since both use paths containning `/` instead of `\` that Windows uses, but is not supported._ #### Using zip backup #### @@ -29,7 +29,7 @@ _Restoring to an OS that uses different paths won't work (Windows to Linux, Linu 2. Run Sonarr once to get the AppData directory location 3. Stop Sonarr 4. Extract the backup -5. Delete the config.xml & nzbdrone.db files +5. Delete the config.xml & nzbdrone.db* files **(Don't forget the .db-wal/.db-journal files if they exist)** 6. Restore the files extracted from the zip 7. Start Sonarr 8. As long as the paths are the same, everything will pickup where it left off @@ -38,7 +38,7 @@ _Restoring to an OS that uses different paths won't work (Windows to Linux, Linu 1. Re-install Sonarr 2. Run Sonarr once to get the AppData directory location 3. Stop Sonarr -4. Delete the contents of the AppData directory +4. Delete the contents of the AppData directory **(Don't forget the .db-wal/.db-journal files if they exist)** 5. Restore from your backup 6. Start Sonarr 7. As long as the paths are the same, everything will pickup where it left off