diff options
Diffstat (limited to 'www/tinyauth/files/pkg-message.in')
-rw-r--r-- | www/tinyauth/files/pkg-message.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/tinyauth/files/pkg-message.in b/www/tinyauth/files/pkg-message.in index ead130a4241c..7125da4a7373 100644 --- a/www/tinyauth/files/pkg-message.in +++ b/www/tinyauth/files/pkg-message.in @@ -14,4 +14,17 @@ Tinyauth is installed service tinyauth start EOM } +{ type: upgrade + maximum_version: "4.0.0" + message: <<EOM +Since version 4.0.0, Tinyauth is a stateful application, which means you must set +DATABASE_PATH to /var/db/tinyauth/tinyauth.db if you want sessions to persist even +after restarting. + +Please refer to the current documentation for any changes you +need to make to your configuration file: + + https://tinyauth.app/docs/breaking-updates/3-to-4/ +EOM +} ] |