Skip to content

Commit 424dc60

Browse files
committed
[#2773] Move a paragraph
1 parent 561539d commit 424dc60

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

doc/sphinx/arm/admin.rst

+12-9
Original file line numberDiff line numberDiff line change
@@ -582,16 +582,10 @@ that contains any existing tables. To start from scratch,
582582
all data must be removed manually. (This process is a manual operation
583583
on purpose, to avoid accidentally irretrievable mistakes by :iscman:`kea-admin`.)
584584

585-
.. _pgsql-upgrade:
585+
Upgrading a PostgreSQL Engine From an Earlier Version
586+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
586587

587-
Upgrading a PostgreSQL Database From an Earlier Version of Kea
588-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
589-
590-
The PostgreSQL database schema can be upgraded using the same tool and
591-
commands as described in :ref:`mysql-upgrade`, with the exception that the "pgsql"
592-
database backend type must be used in the commands.
593-
594-
If you upgraded your Postgres database from a version prior to 15.0, you need to
588+
If you upgraded your PostgreSQL from a version prior to 15.0, you need to
595589
grant additional privileges to the user:
596590

597591
First, log into PostgreSQL as "postgres":
@@ -618,6 +612,15 @@ Now, quit the PostgreSQL client:
618612
Bye
619613
$
620614
615+
.. _pgsql-upgrade:
616+
617+
Upgrading a PostgreSQL Database From an Earlier Version of Kea
618+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
619+
620+
The PostgreSQL database schema can be upgraded using the same tool and
621+
commands as described in :ref:`mysql-upgrade`, with the exception that the "pgsql"
622+
database backend type must be used in the commands.
623+
621624
Use the following command to check the current schema version:
622625

623626
.. code-block:: console

0 commit comments

Comments
 (0)