From 8ab103ab445bf201807c7a0f1f8e20384b4f231d Mon Sep 17 00:00:00 2001 From: Jonas L Date: Sat, 11 Jun 2022 18:16:48 +0200 Subject: [PATCH] docs: add missing storage config upgrade procedure (#1871) --- docs/releases/unreleased.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/unreleased.md b/docs/releases/unreleased.md index e9935c485..3462d040c 100644 --- a/docs/releases/unreleased.md +++ b/docs/releases/unreleased.md @@ -118,6 +118,10 @@ The `general` section has been changed: - theĀ `general.protocol`, `general.base_url`, `general.base_port`, `general.base_dir` and `general.force_ssl` entries were replaced with a single `general.public_url` entry, be sure to use a valid url with the new configuration entry. +A new `storage` section has been added: + +- the `storage.path` entry was added to move the storage configuration from the database to the configuration file, be sure to edit your configuration with the path to your storage. The default storage path value is `/srv/libretime`. + ## :warning: Known issues The following issues may need a workaround for the time being. Please search the [issues](https://github.com/libretime/libretime/issues) before reporting problems not listed below.