Skip to content

Commit af32216

Browse files
authored
Merge pull request #5 from CKY-/main
Manual Restore
2 parents 81a2971 + f7fc8e1 commit af32216

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: src/app/v5/guides/manual-restore/page.mdx

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

Diff for: src/navigation.ts

+2
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)