E.2. Release Notes for Tantor Certified 15.10.1#
E.2. Release Notes for Tantor Certified 15.10.1
Release date: 2025-01-22
E.2.1. DBMS Core Functionality
The work of locks with temporary tables has been optimized: locks are not set on the system tables of the catalog for entries about temporary tables.
E.2.2. Installation and update changes
Improved installation scripts of
deb
/rpm
packages.The name of the edition
se-certified
has been renamedcertified
:Previously, the systemd service was called
tantor-se-certified-server-15
. The new name istantor-certified-server-15
.Previously, the default data directory was
/var/lib/postgresql/tantor-se-certified-15/data
. It became/var/lib/postgresql/tantor-certified-15/data
When upgrading to version 15.10.1 or higher using the default data directory, move the files:
mv -f /var/lib/postgresql/tantor-se-certified-15/data/* \ /var/lib/postgresql/tantor-certified-15/data
E.2.3. Fixes for Additional Supplied Modules
pgaudit — fixed an error in outputting audit data to a CSV file.
E.2.4. Migration to version 15.10.1
When upgrading within the current major version and edition, install Tantor Certified 15.10.1 and restart the database server with command:
systemctl restart tantor-certified-server-15
To migrate from PostgreSQL or Tantor DB, first install the latest minor version and then perform a data dump/restore using pg_dumpall, or use the pg_upgrade utility.