Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Issue ID

Description

DAT-3558

Addressed issue where runtime command labels were missing after pipeline merge. Now runtime command labels will be appended to pipeline labels when merging pipelines.

DAT-9994

A Rollback Report has been added. The report is generated for rollback actions such as rollback lastDeploy and precise rollback.

DAT-11403

Certification for SQL Server 2022 was completed along with an MSSQL JDBC driver update.

DAT-13662

Corrected an issue where Oracle database connections were failing when the DEFAULT_ADMIN_CONTEXT value in the TNSnames file contained quotes.

DAT-15425

Corrected an issue where only the first dbDef pipeline label was being set when multiple dbDef pipeline labels were present.

DAT-15526

Certification for Oracle 21c and Amazon RDS Oracle 21c was completed.

DAT-15528

Certification for EDB Postgres Advanced Server 14 and 15 was completed.

DAT-15529

Certification for PostgreSQL 15 and Amazon RDS PostgreSQL 15 was completed.

DAT-15590

Corrected an issue for Oracle Flashback restore point creation if project name contains a dash (“-”).

DAT-15635

Addressed an ORA-00933 error when views contain a -- comment at the end of a script.

DAT-15690

Added three Oracle Datapump API configuration settings to control the backup and restore behavior during the Packager operation. Settings are oracleBackupNoDropSchema, oracleBackupNoCrossSchemaFk, and oracleBackupNoGrants. Further information can be found at Use the Required deployPackager.properties File.

DAT-15869

Corrected issue with Oracle SqlParser misinterpreting ADD POLICY ROW statements as columns.

DAT-15873

Corrected issue with Oracle SqlParser misinterpreting MODIFY LOB statements as columns.

DAT-15918

Certification for PostgreSQL on Amazon Aurora 14 and 15 was completed.

DAT-16009

Corrected issue where -replace file was not executing if committed before a corresponding -cleanup file.

DAT-16065

Added support for double-byte UTF-8 alphanumeric characters such as ä, ö, ü, and ß to be used for both filenames and labels.

...

Item

Path

File

Software

Datical_DB_Software/Datical_DB_<VERSION>8.5.229

Choose the Linux or Windows installation file for your system

Composite Installation Repository

Datical_DB_Software/Datical_DB_<VERSION>8.5.229

DaticalDBCompositeRepo-<VERSION>8.5.229.zip

Liquibase Enterprise Deployment Monitoring Console (DMC)

Item

Path

File

Software

Datical_DMC_Software/Datical_DMC_<VERSION>8.5.380

datical-service-unix-<VERSION>8_5_380-master.sh

Liquibase Enterprise includes a web-based Deployment Monitoring Console (DMC) that provides a centralized location to view a pipeline status and reporting information for all your Liquibase Business & Enterprise projects.

...

Expand
titleExpand for DMC update instructions
  1. Go to https://download.liquibase.com/ , download and copy the datical-service-unix-<VERSION>8_5_380-master.sh file to your existing DMC server.

  2. Run the installer with the following command and enter your existing OS user as the admin user and admin group:

Code Block
/home/datical> sudo bash /datical-service-unix-<VERSION>8_5_380-master.sh
  1. Enter the directory of the previous DMC installation when prompted for an install location.

The installer will update your installation and restart affected DMC services. You can begin using the new version of the DMC immediately.

Info

If you have manually changed the java version used by DMC, you will need to restore DMC’s default version of Java (11.0.8) before any time that you upgrade DMC. Move or copy Java 11.0.8 from the /opt/datical/old_jre directory back to the /opt/datical/jre directory prior to starting your DMC upgrade. DMC expects Java version 11.0.8 to be in the /opt/datical/jre directory for the DMC upgrade process to be successful. After your DMC upgrade is complete, you can change to a different 11.x java version again. For more information, see How to Change the Java version for DMC. This link is especially important if you are using v7.18 or later.

...