]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Mention foreign keys constraints are incompatible with group replication. 15468/head
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 25 Apr 2025 05:27:30 +0000 (07:27 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Fri, 25 Apr 2025 05:29:08 +0000 (07:29 +0200)
docs/backends/generic-mysql.rst

index 811975dfab5eded4028c74c42a8e7dc738122ce9..1ced43ef65fcfa92b02706cc89719530446eefb0 100644 (file)
@@ -48,6 +48,11 @@ domains table. The following SQL does the job:
 .. literalinclude:: ../../modules/gmysqlbackend/enable-foreign-keys.mysql.sql
    :language: SQL
 
+.. warning::
+  Please note, however, that setting up these foreign key constraints prevents
+  the PowerDNS database from being usable with mysql group replication, if you
+  are using multiple servers.
+
 Using MySQL/MariaDB replication
 -------------------------------