From 6d6ecf21b9631ecffa48b91ebaccc71bce52efda Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Mon, 18 May 2026 11:36:20 +0200 Subject: [PATCH] Remove bogus warning from 5.32.0 release notes. (Already fixed in https://github.com/wireapp/wire-server/releases, https://github.com/wireapp/wire-server/pull/5225.) Helm charts are deep-merged, so if the `domainRegistration` field is missing, the default will be used. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f0753aa1..1164f1bd0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ * - `postgresMigration` now has a single source of truth in the Galley chart values. Galley, Brig, and background-worker all read their PostgreSQL migration settings from there. - - If your deployment overrides the full `postgresMigration` object, add the new `domainRegistration` field to that override. Otherwise services may fail to start because the config is incomplete. - To migrate domain registration data to PostgreSQL, set `postgresMigration.domainRegistration` to `migration-to-postgresql`, run the background-worker migration with `migrateDomainRegistration: true`, and switch the setting to `postgresql` after completion. - The domain registration migration covers these Cassandra tables: `domain_registration`, `domain_registration_by_team`, and `domain_registration_challenge`. (#5195)