From 84f07c804848ae4b2a5f902dd120582e9f3e2967 Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Wed, 29 May 2024 17:57:54 +0200 Subject: [PATCH] doc: document the admin-server-port value restriction --- CHANGELOG.md | 2 +- docs/references/configuration.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc39ec08a..2e7bbfae0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #3414, Force listener to connect to read-write instances using `target_session_attrs` - @steve-chavez - #3255, Fix incorrect `413 Request Entity Too Large` on pg errors `54*` - @taimoorzaeem - #3549, Remove verbosity from error logs starting with "An error occurred..." and replacing it with "Failed to..." - @laurenceisla - - #3508, Server port and admin server port can end up with the same value - @develop7 + - #3508, #3559, Server port and admin server port can end up with the same value - @develop7 + The app is fails to start when the server port and admin server port are the same ### Deprecated diff --git a/docs/references/configuration.rst b/docs/references/configuration.rst index 2740e70537..b5285542c5 100644 --- a/docs/references/configuration.rst +++ b/docs/references/configuration.rst @@ -161,7 +161,7 @@ admin-server-port **In-Database** `n/a` =============== ======================= - Specifies the port for the :ref:`admin_server`. + Specifies the port for the :ref:`admin_server`. Cannot be equal to :ref:`server-port`. .. _app.settings.*: