Skip to content

Commit

Permalink
Merge pull request #5 from CKY-/main
Browse files Browse the repository at this point in the history
Manual Restore
  • Loading branch information
ebiggz authored Dec 9, 2024
2 parents 81a2971 + f7fc8e1 commit af32216
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/v5/guides/manual-restore/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
If you are having issues with the automatic restore process within Firebot, you can manually restore a backup with the following steps.
## Manual Restore Steps for V5
1. Make sure you have the backup .zip file that you want to restore from handy
- The file name will look something like `backup_1583810006278_v5.8.0.zip`
- You can find backups zips from within Firebot via **Settings > Backup > Manage Backups > Open Backups Folder**
- Or via the Run app (Win key + R) and paste in `%appdata%/Firebot/v5/backups`
2. Close down Firebot
3. Open the Run app (Win key + R) and paste in `%appdata%/Firebot/v5/`, then click OK.
4. In the file browser window that appears, DELETE the **profiles** folder and the **global-settings** file.
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.
6. Start Firebot.
2 changes: 2 additions & 0 deletions src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export const nav: Array<NavGroup> = [
links: [
{ title: 'Alert Queues', href: '/guides/alert-queues' },
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
{ title: 'Conditional Effects', href: '/v5/guides/time-variables' },
{ title: 'Conditional Effects', href: '/v5/guides/manual-restore' },
],
},
{
Expand Down

0 comments on commit af32216

Please sign in to comment.