1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Put emphasis on db-wal/db-journal

Taloth 2016-08-15 21:59:17 +02:00
parent 2044e019ec
commit 515d59a147

@ -21,7 +21,7 @@
## Restoring from Backup ## ## 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 #### #### 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 2. Run Sonarr once to get the AppData directory location
3. Stop Sonarr 3. Stop Sonarr
4. Extract the backup 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 6. Restore the files extracted from the zip
7. Start Sonarr 7. Start Sonarr
8. As long as the paths are the same, everything will pickup where it left off 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 1. Re-install Sonarr
2. Run Sonarr once to get the AppData directory location 2. Run Sonarr once to get the AppData directory location
3. Stop Sonarr 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 5. Restore from your backup
6. Start Sonarr 6. Start Sonarr
7. As long as the paths are the same, everything will pickup where it left off 7. As long as the paths are the same, everything will pickup where it left off