From: Peter van Dijk Date: Tue, 11 Aug 2020 13:24:37 +0000 (+0200) Subject: clarify quoting/escaping upgrade note, thanks @jsoref X-Git-Tag: auth-4.4.0-alpha1~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9039%2Fhead;p=thirdparty%2Fpdns.git clarify quoting/escaping upgrade note, thanks @jsoref --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index f68edf3054..b3660ee6bf 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -21,7 +21,7 @@ PostgreSQL configuration escaping ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ We now correctly quote/escape Postgres connection parameters. -If you used single quotes around your Postgres password because it contained spaces, you now need to remove those quotes. +If you used single quotes (or some other form of escaping) around your Postgres password because it contained spaces, you now need to put your unmodified, unescaped, unquoted password in your configuration. 4.3.0 to 4.3.1 --------------