[#7208] exlude lost+found from the backups

Co-authored-by: Loic B. <lbndev@yahoo.fr>
This commit is contained in:
Gani Georgiev
2025-09-28 08:23:15 +03:00
parent e26905f8e2
commit 6b6d3b36d3
4 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
## v0.30.1 (WIP)
- ⚠️ Excluded the `lost+found` directory from the backups ([#7208](https://github.com/pocketbase/pocketbase/pull/7208); thanks @lbndev).
_If for some reason you want to keep it, you can restore it by editing the `e.Exclude` list of the `OnBackupCreate` and `OnBackupRestore` hooks._
- Updated Go dependencies.