Fix Joplin migration locks on startup

This commit is contained in:
Alexandre
2025-12-19 13:57:29 +01:00
parent a6f49f298f
commit be6dd261ed
4 changed files with 54 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
## 3.5.2 (22-12-2025)
- Automatically clear stale migration locks for SQLite and PostgreSQL databases on startup to avoid blocked fresh installs
- Add database client utilities for unlocking migrations
## 3.5.1 (06-12-2025)
- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.