Skip to content

Commit

Permalink
Update uninstall.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d00p authored Oct 11, 2023
1 parent e2d203d commit 9d4c3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Before you remove anything, make sure to back up the froxlor database in case you want to go back. By default, the database name is froxlor. If unsure of the details, you can open the `froxlor/lib/userdata.inc.php` file to get all the necessary information.

```shell
mysqldump -u root -p froxlor > /tmp/backup_froxor-YYYYMMDD.sql
mysqldump -u root -p froxlor > /tmp/backup_froxlor-YYYYMMDD.sql
```

Also backup your old **userdata.inc.php** from the `froxlor/lib/` folder. Additionally, if you have uploaded custom header logos, you need to copy them over too:
Expand Down

0 comments on commit 9d4c3e9

Please sign in to comment.