[#5541] lock the logs database during backup

This commit is contained in:
Gani Georgiev
2024-09-18 06:24:22 +03:00
parent 5547c0dede
commit ad92992324
34 changed files with 51 additions and 44 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.22.21
- Lock the logs database during backup to prevent `database disk image is malformed` errors in case there is a log write running in the background ([#5541](https://github.com/pocketbase/pocketbase/discussions/5541)).
## v0.22.20
- Fixed the Admin UI `isEmpty` check to allow submitting zero uuid, datetime and date strings ([#5398](https://github.com/pocketbase/pocketbase/issues/5398)).