@@ -582,16 +582,10 @@ that contains any existing tables. To start from scratch,
582
582
all data must be removed manually. (This process is a manual operation
583
583
on purpose, to avoid accidentally irretrievable mistakes by :iscman: `kea-admin `.)
584
584
585
- .. _pgsql-upgrade :
585
+ Upgrading a PostgreSQL Engine From an Earlier Version
586
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
586
587
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
595
589
grant additional privileges to the user:
596
590
597
591
First, log into PostgreSQL as "postgres":
@@ -618,6 +612,15 @@ Now, quit the PostgreSQL client:
618
612
Bye
619
613
$
620
614
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
+
621
624
Use the following command to check the current schema version:
622
625
623
626
.. code-block :: console
0 commit comments