From c9cfc9ee8f23a3b5b74a2d28c7ec25a0cfc4665d Mon Sep 17 00:00:00 2001 From: Nick Santamaria Date: Mon, 27 Nov 2023 22:11:54 +1100 Subject: [PATCH] Added trivial comment. --- images/php/settings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/php/settings.php b/images/php/settings.php index b5c5e629..9f4be90f 100755 --- a/images/php/settings.php +++ b/images/php/settings.php @@ -39,6 +39,9 @@ // queries to the replica. // // @see core/services.yml database.replica +// +// This is not compatible with Azure Flexible Server for MySQL without +// provisioning new read-only instances in the db cluster. if (getenv('DB_READREPLICA_HOSTS')) { $replica_hosts = explode(' ', getenv('DB_READREPLICA_HOSTS')); $replica_hosts = array_map('trim', $replica_hosts);