Table of Contents
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Software Downloads
Go to https://software.datical.com to download files. See details for the release below.
Known Issues
Version 0 of stored logic objects is displayed in the DMC status view
In release 7.14 and higher, we discovered that version 0 changesets for stored logic objects were being displayed in the DMC status view. These changesets are only used for rollback operations and should not be included in the status view. Liquibase Enterprise & Business will include the fix in future releases. (DAT-8320)
Limited Forecast doesn’t include autoSynonymForObjects change set schemas in profiling
In release 7.13 and higher, when using Limited Forecast in Oracle multi-schema projects, if you use Auto Synonyms you may get errors about the schema targeted by an autoSynonym change being for a schema that cannot be managed, even though that schema is included in the project definition (DAT-8757). If you encounter these errors with 7.15, the workaround is to use Full Forecast instead of Limited Forecast.
Missing SSH Preferences in Liquibase Enterprise & Business GUI
After upgrading Datical DB to later versions, you might have issues with the SSH feature being unavailable to generate the SSH key via the Eclipse GUI. To return SSH in Preferences, follow these steps:
In the Datical DB GUI, select Help > Install New Software.
In the Work with field of the Install dialog box, enter https://download.eclipse.org/releases/2018-12.
Select Git integration for Eclipse, and then select Next to install it.
Open Preferences. You should see SSH2 under Network Connections.
Liquibase Enterprise & Business cannot pick up SQLPATH environment variable on Windows
In release 7.6 and higher, we updated the version of instantclient
, which provides SQLPLUS 12.2.0.1.0. This version of SQLPLUS contains a bug: SQL PLUS 12.2 NOT OBSERVING SQLPATH IN REGISTRY OR ENV VARIABLE FOR LOGIN.SQL
. As a workaround, you can use SQLPLUS 12.1 on Windows. (DAT-7598)
Documentation for v7.15
Documentation for the base release is available in the following forms:
Confluence space for Liquibase Enterprise/Datical DB - Datical Product Documentation Home
PDFs for Liquibase Enterprise on software.datical.com
Confluence space for Liquibase Business - Liquibase Business Portal
Liquibase Enterprise & Business Clients (Datical DB)
Item | Path | File |
---|---|---|
Software | COMMON/Datical_DB_Software/Datical_DB_7.15.7183 | Choose the Linux or Windows installation file for your system |
Liquibase Enterprise Documentation | COMMON/Datical_Documentation/Datical_DB_Documentation | datical_db_docs_7.15.7183.pdf |
Composite Installation Repository | COMMON/Datical_DB_Software/Datical_DB_7.15.7183 | DaticalDbCompositeRepo-7.15.7183.zip |
Liquibase Deployment Monitoring Console (DMC)
Starting with release 7.0, Liquibase 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 | ||
---|---|---|
| ||
To get started with DMC, check out the following documentation resources: |
Deployment Monitoring Console Software and Documentation
Liquibase Enterprise & Business Clients (Datical DB) and DMC Compatibility
Each DMC release only works with certain releases of Liquibase Enterprise & Business Clients (Datical DB). Consult the Datical DB and Deployment Monitoring Console Compatibility Matrix to ensure compatibility.
Item | Path | File |
---|---|---|
Software | COMMON/Datical_DMC_Software/Datical_DMC_7.15.238 | datical-service-unix-7.15.238-master.sh |
DMC Documentation | <N/A> |
Deployment Monitoring Console Update Instructions
The process of updating the Deployment Monitoring Console from version 7.0 or later to the latest version is similar to the installation process.
Expand | ||
---|---|---|
| ||
3. 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. |
Notable Changes
Liquibase Enterprise & Business Support for PostgreSQL 12 and PostgreSQL 13
Managing PostgreSQL 12 & PostgreSQL 13 with Liquibase Enterprise
Starting with version 7.15, Liquibase Enterprise & Business includes support for PostgreSQL 12 and PostgreSQL 13 in all product capabilities and workflows.
Upgrading DMC DB from PostgreSQL 10 to PostgreSQL 13
In version 7.15 and later, you can use PostgreSQL 13 for the DMC DB.
...
Issue ID | Description |
---|---|
DAT-7603 | Extended Datical DB and DMC support to the newer versions of PostgreSQL – versions 12 and 13 |
DAT-8208 | Upgraded the embedded database included with DMC to PostgreSQL 13 |
DAT-8209 | Added support for DMC DB upgrade to PostgreSQL 13 in demo mode |
DAT-8265 | Added support for DMC DB upgrade to PostgreSQL 13 in production mode |
DAT-8332 | Fixed the |
DAT-8337 | Added the conditional snapshot logic for the PostgreSQL 12 and PostgreSQL 13 storage options handler |
DAT-8341 | Implemented the logic to fail forecast when the |
A new ddl_direct
package method and ddl_direct
fixed folder name for processing SQLDirect scripts with DDL statements
The ddl_direct
package method allows you to have more control over the processing order of scripts. Scripts that were previously packaged from the ddlsql_direct
fixed folder or by using the DIRECT
package method, could now use the new ddl_direct
instead if the scripts contain DDL statements. This is so the ddl_direct
scripts with DDL statements will be run before scripts with data changes or stored logic changes that may rely on those DDL changes.
...
An example of the new processing order for flexible folders where packageMethod
is defined in metadata.properties: convert
, ddl_direct
, storedlogic
, sqlfile
, direct
, data_dml
.
You can create a new ddl_direct
folder, or OR you can set configure your existing ddl
folder to use the ddl_direct packaging method.
Issue ID | Description |
---|---|
DAT-5905 | Added the |
DAT-8557 | Added the |
Issues Addressed
Liquibase Enterprise & Business Issues
Issue ID | Description |
---|---|
DAT-7763 | Fixed a changelog issue with the restore during packaging. In version 7.15, if restore fails with the |
DAT-8329 | Fixed an issue with Limited Forecast when Profiler does not profile all schemas impacted by deployment. |
...