Bugfix
With the big migration to Hiqlite under the hood, a bug has been introduced with v0.27.0
that made it possible to end up with a NULL
value for the password policy after an update. Which would result in errors further down the road after a restart, because the policy could not be read again.
This version fixes the issue itself and checks at startup if the database needs a fix for this issue because of an already existing NULL
value. In this case, the default password policy will be inserted correctly at startup.
EDIT:
Please don't use this release if Postgres is your database of choice:
- With Postgres, you could not get into the
NULL
situation - The check for
NULL
at startup does not work with Postgres as your main DB and will cause issues. A 0.27.2 will come soon which fixes everything for both.