]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2773] Move a paragraph
authorSlawek Figiel <slawek@isc.org>
Thu, 23 May 2024 08:21:07 +0000 (10:21 +0200)
committerSlawek Figiel <slawek@isc.org>
Thu, 23 May 2024 12:18:15 +0000 (14:18 +0200)
doc/sphinx/arm/admin.rst

index 09f2c37d8f2ddfa151dceb5e7244a390421e29b8..7acb070e221a9fa405d6b667a0d591ab384e0ddb 100644 (file)
@@ -582,16 +582,10 @@ that contains any existing tables. To start from scratch,
 all data must be removed manually. (This process is a manual operation
 on purpose, to avoid accidentally irretrievable mistakes by :iscman:`kea-admin`.)
 
-.. _pgsql-upgrade:
+Upgrading a PostgreSQL Engine From an Earlier Version
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Upgrading a PostgreSQL Database From an Earlier Version of Kea
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The PostgreSQL database schema can be upgraded using the same tool and
-commands as described in :ref:`mysql-upgrade`, with the exception that the "pgsql"
-database backend type must be used in the commands.
-
-If you upgraded your Postgres database from a version prior to 15.0, you need to
+If you upgraded your PostgreSQL from a version prior to 15.0, you need to
 grant additional privileges to the user:
 
 First, log into PostgreSQL as "postgres":
@@ -618,6 +612,15 @@ Now, quit the PostgreSQL client:
       Bye
       $
 
+.. _pgsql-upgrade:
+
+Upgrading a PostgreSQL Database From an Earlier Version of Kea
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The PostgreSQL database schema can be upgraded using the same tool and
+commands as described in :ref:`mysql-upgrade`, with the exception that the "pgsql"
+database backend type must be used in the commands.
+
 Use the following command to check the current schema version:
 
 .. code-block:: console