diff --git a/files/gitlab-cookbooks/package/libraries/deprecations.rb b/files/gitlab-cookbooks/package/libraries/deprecations.rb
index 9c2caae11576ac3a6bc23011b1efa382f6d9d322_ZmlsZXMvZ2l0bGFiLWNvb2tib29rcy9wYWNrYWdlL2xpYnJhcmllcy9kZXByZWNhdGlvbnMucmI=..684dd37cd409e8f61f5843a06d77bafef120201f_ZmlsZXMvZ2l0bGFiLWNvb2tib29rcy9wYWNrYWdlL2xpYnJhcmllcy9kZXByZWNhdGlvbnMucmI= 100644
--- a/files/gitlab-cookbooks/package/libraries/deprecations.rb
+++ b/files/gitlab-cookbooks/package/libraries/deprecations.rb
@@ -136,9 +136,9 @@
           {
             config_keys: %w(praefect database_host_no_proxy),
             deprecation: '14.0',
-            removal: '14.3', # https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6150
+            removal: '15.0', # https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6150
             note: "Use `praefect['database_direct_host']` instead."
           },
           {
             config_keys: %w(praefect database_port_no_proxy),
             deprecation: '14.0',
@@ -140,9 +140,9 @@
             note: "Use `praefect['database_direct_host']` instead."
           },
           {
             config_keys: %w(praefect database_port_no_proxy),
             deprecation: '14.0',
-            removal: '14.3', # https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6150
+            removal: '15.0', # https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6150
             note: "Use `praefect['database_direct_port']` instead."
           },
           {