From 648ebb7a1789a3834a1dac898d201811bbafd355 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Sun, 9 May 2021 21:39:59 +0200 Subject: [PATCH] Add postgres sql url schema change (#17715) Co-authored-by: Franck Nijhof --- source/_posts/2021-05-05-release-20215.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2021-05-05-release-20215.markdown b/source/_posts/2021-05-05-release-20215.markdown index 7e1f872b267..54b300b817a 100644 --- a/source/_posts/2021-05-05-release-20215.markdown +++ b/source/_posts/2021-05-05-release-20215.markdown @@ -714,6 +714,8 @@ recover live. The `db_integrity_check` option has been deprecated. ([@bdraco] - [#49036] [#49098]) +If you are using a PostgreSQL database please verify that your connection URL starts with `postgresql://`. In case you use still an old URL starting with `postgres://`, please replace it with `postgresql://` otherwise you will get an error to set up the recorder. + {% enddetails %} {% details "RoonLabs music player" %}