From 69bafbd4e09f28f5d30850ded699666a98086d6f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 6 Sep 2023 10:57:22 -0500 Subject: [PATCH] Mention that SIGHUP affects the database URL (#3612) --- website/content/docs/configuration/controller.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/docs/configuration/controller.mdx b/website/content/docs/configuration/controller.mdx index 34dab49430..36f4d312f5 100644 --- a/website/content/docs/configuration/controller.mdx +++ b/website/content/docs/configuration/controller.mdx @@ -37,6 +37,8 @@ description will be read. your connection string, such as `url = "postgresql://postgres:boundary@192.168.1.1:5432/boundary?sslmode=disable"` This value can refer to a file on disk (file://) from which a URL will be read; an env var (env://) from which the URL will be read; or a direct database URL (postgres://). + Since 0.10.5, this value is re-read on `SIGHUP` to support rotation of the database + credential. - `migration_url` - Can be used to specify a different URL for migrations, as that usually requires higher privileges. This value can refer to a file on disk (file://) from which a URL will be read; an env