Versions Compared

Key

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

...

Go to https://download.liquibase.com/ to download files.

Upgrade Notes

Note

DMC Users

DMC users should be aware that Liquibase Enterprise 8.6 requires an upgrade of the DMC to version 8.6 to ensure that the DMC Report Links continue to work as expected.

Enhancements

Tip

Ephemeral Packaging for Oracle Databases

For Oracle databases, two new package methods have been introduced to backup restore methods are available that allow teams to create a temporary, or ephemeral, Ref DB for packaging changes. The functionality uses Oracle’s multi-tenant technology and requires that the first database in the pipeline to be a pluggable database (PDB). A copy is created of this database during the packaging operation. Scripts eligible for packaging are applied to the copied database and the copy is destroyed at the end of the packaging operation. There are options to create the ephemeral database in the same CDB container as the first database in the pipeline ( using the BackupRestoreOracleEphemeralInternalPdb packageMethod) backup restore method or to create the copy in a second, or external CDB container ( using the BackupRestoreOracleEphemeralExternalPdb packageMethodbackup restore method.)

Associated Tickets: DAT-13287

Associated Documentation: Configure Deployment Packager to Use an Oracle Ephemeral Database

Tip

Labels Filter added to Reports in DMC

A new column for Labels and an accompanying filter have been added to are available in the DMC under the Reports section. The label column allows users to search reports by script name or any other labels being used by the pipeline, such as release or ticket number.

Associated Tickets: DAT-16057

Expand
titleNew filter for Labels in Reports section
image-20240228-150018.png

Notable Improvements

Tip

Update of Oracle Instant Client and SQLPlus

Customers using Oracle should note that the Oracle Instant Client packaged with Liquibase Enterprise has been updated from 12c to 19c in Release 8.6. Customers using a SQLPlus native executor hosted outside the Liquibase Enterprise installation should consider updating their client to a 19c version as new versions of Oracle may not be compatible with the 12c client.

Associated Tickets: DAT-16005

...

Issue ID

Description

DAT-13287

Added the ability for Oracle to package changes on a temporary or ephemeral PDB database versus setting up a Ref DB in the pipeline.

DAT-13401

DAT-16038

Corrected an issue with scripts over 4000 characters failing to save to the DMC database.

DAT-14576

Corrected an issue with SQLParser for Oracle where indexes were being incorrectly generated for certain procedure scripts.

DAT-14604

Removed the requirement for an -ignore file to be 0-bytes. See Abandoning and Restoring a Changeset: ignore and unignore.

DAT-15077

Updated Red Hat Drools component from 7.17.0.Final to 7.48.0.Final to address EOL status for earlier version.

DAT-16005

Updated Oracle Instant instant client packaged with Liquibase Enterprise from 12c to 19c.

DAT-16370

Corrected an issue with a -replace file not executing if committed before a -cleanup file.

DAT-16402

Removed repetitive Warning logging statements regarding oracleBackup settings.

...

Issue ID

Description

DAT-15913

Added Breadcrumbs breadcrumbs and Back “Back to …” links on the Reports section to return to Project and/or Pipeline from the Reports page. Also added Pipeline Name column and accompanying filter to this page.

DAT-16057

Added labels column and accompanying filter to the Reports section of DMC.

...

Liquibase Enterprise & Business Clients (Desktop & CLI)

...

Item

Path

File

Software

Datical_DB_Software/<version>Datical_DB_8.6.290

Choose the Linux or Windows installation file for your system

Composite Installation Repository

Datical_DB_Software/<version>Datical_DB_8.6.290

DaticalDBCompositeRepo-<version>8.6.290.zip

Liquibase Enterprise Deployment Monitoring Console (DMC)

Item

Path

File

Software

Datical_DMC_Software/<version>Datical_DMC_8.6.390

datical-service-unix-<version>8.6.390-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>-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>-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.

...