]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Add 4.2 schema links 8775/head
authorMatt Nordhoff <mnordhoff@mattnordhoff.com>
Sat, 1 Feb 2020 20:23:12 +0000 (20:23 +0000)
committerMatt Nordhoff <mnordhoff@mattnordhoff.com>
Sat, 1 Feb 2020 20:23:12 +0000 (20:23 +0000)
docs/backends/generic-mysql.rst
docs/backends/generic-odbc.rst
docs/backends/generic-postgresql.rst
docs/backends/generic-sqlite3.rst
docs/guides/basic-database.rst

index 73aa0f54b3d58b348d3769f91416bcec03248003..5d8b5916373f4d3c59d3044b7e451cf4cd1dd398 100644 (file)
@@ -153,6 +153,6 @@ Only enable this if you are certain you need to. For more discussion, see https:
 Default Schema
 --------------
 
-This is the 4.2 schema. Please find `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gmysqlbackend/schema.mysql.sql>`_.
+This is the 4.3 schema. Please find `the 4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/gmysqlbackend/schema.mysql.sql>`_ and `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gmysqlbackend/schema.mysql.sql>`_ on GitHub.
 
 .. literalinclude:: ../../modules/gmysqlbackend/schema.mysql.sql
index 2b1400ae6fd0c0a9ad6b80d517d259f91551225a..639b52dad89fad991d95f26918c56820cda12cd4 100644 (file)
@@ -111,7 +111,7 @@ For convenience, a schema for MS SQL Server has been created: (Note:
 This schema can also be found in the PowerDNS source as
 ``modules/godbcbackend/schema.mssql.sql``).
 
-This is the schema for 4.2. For 4.1, please find `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/godbcbackend/schema.mssql.sql>`_.
+This is the schema for 4.3. Please find `the 4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/godbcbackend/schema.mssql.sql>`_ and `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/godbcbackend/schema.mssql.sql>`_ on GitHub.
 
 .. literalinclude:: ../../modules/godbcbackend/schema.mssql.sql
    :language: SQL
index c771876834136dce31f870f09a054cc66974ebe4..f65b4bf970316465e1f73423e7b3803d9233b992 100644 (file)
@@ -94,7 +94,7 @@ Default: "".
 Default schema
 --------------
 
-This is the 4.2 schema. Please find `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gpgsqlbackend/schema.pgsql.sql>`_.
+This is the 4.3 schema. Please find `the 4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/gpgsqlbackend/schema.pgsql.sql>`_ and the `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gpgsqlbackend/schema.pgsql.sql>`_ on GitHub.
 
 .. literalinclude:: ../../modules/gpgsqlbackend/schema.pgsql.sql
    :language: SQL
index e2c595720321e2efe28a4b01a7a0d96fb80357d9..c3a5d4a538493bc2c224c5f34e27b563d4fc9336 100644 (file)
@@ -33,8 +33,8 @@ Setting up the database
 ------------------------
 
 Before you can use this backend you first have to set it up and fill it
-with data. The default setup conforms to the following schema in 4.2.
-If you have not upgraded to 4.2, please use `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gsqlite3backend/schema.sqlite3.sql>`_.
+with data. The default setup conforms to the following schema in 4.3.
+If you have not upgraded to 4.3, please use `the 4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/gsqlite3backend/schema.sqlite3.sql>`_ or `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gsqlite3backend/schema.sqlite3.sql>`_ on GitHub.
 
 .. literalinclude:: ../../modules/gsqlite3backend/schema.sqlite3.sql
 
index bca3a9cee1f5b25dc1e3ab9320bb6f5b2e9f83da..4b2e2a396162ba4fa88498fb5462135aa9d780ff 100644 (file)
@@ -48,7 +48,7 @@ Example: configuring MySQL
 Connect to MySQL as a user with sufficient privileges and issue the
 following commands below if you are running the 4.2 or master version of PowerDNS:
 
-Please find `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gmysqlbackend/schema.mysql.sql>`_.
+Please find `the 4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/gmysqlbackend/schema.mysql.sql>`_ and `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gmysqlbackend/schema.mysql.sql>`_ on GitHub.
 
 
 .. literalinclude:: ../../modules/gmysqlbackend/schema.mysql.sql