From 7504a5fa53539da1e512d8b16d053dab6e15ad36 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 23 Jan 2023 08:54:24 +0100 Subject: [PATCH] chore: Add deprecation changelog snippet Part-of: --- changes/changelog.d/postgres_env.deprecation | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/changelog.d/postgres_env.deprecation diff --git a/changes/changelog.d/postgres_env.deprecation b/changes/changelog.d/postgres_env.deprecation new file mode 100644 index 000000000..1d110a607 --- /dev/null +++ b/changes/changelog.d/postgres_env.deprecation @@ -0,0 +1,3 @@ +The automatically generated 'DATABASE_URL' configuration in the docker setup is deprecated, please +configure either the 'DATABASE_URL' environment variable or the 'DATABASE_HOST', 'DATABASE_USER' and +'DATABASE_PASSWORD' environment variables instead.