File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
app/v5/guides/manual-restore Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ If you are having issues with the automatic restore process within Firebot, you can manually restore a backup with the following steps.
2+ ## Manual Restore Steps for V5
3+ 1 . Make sure you have the backup .zip file that you want to restore from handy
4+ - The file name will look something like ` backup_1583810006278_v5.8.0.zip `
5+ - You can find backups zips from within Firebot via ** Settings > Backup > Manage Backups > Open Backups Folder**
6+ - Or via the Run app (Win key + R) and paste in ` %appdata%/Firebot/v5/backups `
7+ 2 . Close down Firebot
8+ 3 . Open the Run app (Win key + R) and paste in ` %appdata%/Firebot/v5/ ` , then click OK.
9+ 4 . In the file browser window that appears, DELETE the ** profiles** folder and the ** global-settings** file.
10+ 5 . Extract the contents of the backup zip from Step 1 into this folder to replace the just deleted ** profiles** folder and ** global-settings** file.
11+ 6 . Start Firebot.
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ export const nav: Array<NavGroup> = [
2929 links : [
3030 { title : 'Alert Queues' , href : '/guides/alert-queues' } ,
3131 { title : 'Conditional Effects' , href : '/v5/guides/conditional-effects' } ,
32+ { title : 'Conditional Effects' , href : '/v5/guides/time-variables' } ,
33+ { title : 'Conditional Effects' , href : '/v5/guides/manual-restore' } ,
3234 ] ,
3335 } ,
3436 {
You can’t perform that action at this time.
0 commit comments