Liquibase Enterprise was formerly known as Datical DB.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14

Software Downloads

Go to https://software.datical.com to download files. See details for the release below. 

Customer Notices for Upgrades

If you are upgrading from version 5.12 or earlier, see Customer Notices for Upgrades from 5.12 or Earlier to v2019.x or Later for important information before you install or upgrade

Installation for the Datical DB GUI client requires special attention. 

Documentation for v6.7

Documentation for the base release is available in the following forms:

Datical DB

ItemPathFile
SoftwareCOMMON/Datical_DB_Software/Datical_DB_6.7.6180Choose the Linux or Windows installation file for your system. 
DocumentationCOMMON/Datical_Documentation/Datical_DB_Documentationdatical_db_docs_v6.7.pdf
Composite Installation RepositoryCOMMON/Datical_DB_Software/Datical_DB_6.7.6180DaticalDbCompositeRepo-6.7.6180.zip

Datical Service

If you use Datical Service, note that you need to use the same version of Datical DB and Datical Service. If you upgrade Datical DB, you need to upgrade Datical Service to the same version. 

ItemPathFile
SoftwareCOMMON/Datical_Service_Software/Datical_Service_v6.7
  • datical-service-<version>.tar.part* - The main Datical Service files. 
  • datical-jenkins-*.part* - (optional) Datical client used internally by Datical Service to run Datical operations. If you run operations from DMC (Forecast, Deploy), these files are required. 
  • datical-service-preinstallcheck_<version>.sh - Script to run a pre-installation check of your host environment and host resources to determine if the necessary resources are available for Datical Service. The script tells you if you need to make changes in its report.
  • datical-service-install.sh - Script to run the installation.
DocumentationCOMMON/Datical_Service_Documentation/DaticalServiceDocumentation_v6.7

New Features

Oracle: Datapump API Support for Backup and Restore

You now have the choice of setting a Deployment Packager option that causes it to use the Oracle Datapump API to perform backup and restore during packaging.

The default method is to run expdp/impdp locally, which requires that you download it and call it through the Oracle Full Client.

If you set Deployment Packager to use the Oracle Datapump API, you do not need to install the Oracle full client or the expdp/impdp binaries.

See Configuring Deployment Packager to Use the Oracle Datapump API for Backup and Restore.

New Project Option: storedLogicValidityAction

You can now change the way failures in the stored logic validity check are handled. Currently a warning message is printed. 

Starting with v6.7:

  • Use the Datical DB GUI to choose warn or fail in the storedLogicValidityAction option. If set to fail, the deployment halts and prints an error when the stored logic check returns errors. 
  • Use the CLI to set invalidsAction to warn or fail

Additional methods for setting this option will come in a future release. 

See storedLogicValidityAction in Configuring Project Settings

Version Numbers

Starting with this version (v6.7), we are returning to delivering releases using a sequential version numbering scheme. 

Previously we experimented with a quarterly feature release scheme and produced maintenance releases for bug fixes between the feature releases. 


Documentation on Confluence

Starting with this version (v6.7), we are returning to a single, centralized documentation space on Confluence. It is updated for every release.

If you stay on a release, you can get a PDF of the documentation for that release from software.datical.com. 

Documentation Spaces for Individual Releases

See Customer Success Resources in the Releases with Doc Spaces section for a list of spaces available. 

Issues Addressed



Description
DAT-1924SQL Parser: Quick Deploy still calls SQL Parser.
DAT-2018Doc + Test: Add documentation of hammer runRules to Datical CLI References page. See CLI Commands#runRules
DAT-2116

Ignore version 0 change sets from status operations

DAT-2122In the deploy report, ID column is overwriting the Author column when sql filename is long
DAT-2214DOC + TEST: Work around instructions for when packager has forecast errors due to SQL Parser limitations. See "Debugging Procedures..." in Using SQL Parser
DAT-2236"Full Output" link in forecast report not working if forecast was successful
DAT-2396

DOCUMENTATION ONLY: Provide instructions on how to add labels using the logical operators AND and OR in the dbDef settings

See new instructions and examples: Datical Labels

DAT-2509Packager: Convert_sql should not run stored logic validity check
DAT-2773DOC + TEST :: Set NLS_LANG for Oracle Sqlplus Character Issues. See updates in Writing SQL Scripts for Datical DB.
DAT-2801

DOC & TEST :: Configuration of Schema Name for Multi-Catalog. Always use fully-qualified object names in SQL scripts for multi-database projects. See updates:

DAT-2873

DOC & TEST: Update ALPHANUMERIC packagerOrderStrategy with a useful example (attached)

See example in Choosing a Packaging Method.

DAT-2946Spaces in SQL file names fails to forecast and deploy in higher DbDefs
DAT-2953Implement Oracle Backup/Restore Using Datapump Packages. See Configuring Deployment Packager to Use the Oracle Datapump API for Backup and Restore.
DAT-2963DOC - GUI crashes / cannot access existing projects after installing new 2019.2.x GUI
DAT-3018Add new project property :: storedLogicValidityAction. See storedLogicValidityAction in Configuring Project Settings
DAT-3093

As a user, when I successfully package a valid cleanup change set, I get an error (only in my daticaldb.log) which is misleading and confusing

DAT-3111

DOCUMENTATION ONLY: As a user, I need to know how to increase RAM performance used by Datical on Windows OS

DAT-3227

DOC Infrastructure - move back to centralized doc space

DAT-3239

GUI: "Identifier" field in "Edit Connection" dialog is not properly reverting or saving data

DAT-3271

Liquibase checksum mismatch for Unique Constraint changes deployed prior to 2019.2.2 - See Known Issues, "Checksum Errors..."

Known Issues

Checksum Errors when Performing Status on Deployed AddUniqueConstraints Changes

If you deploy AddUniqueConstraint changes using Datical DB v6.7 or later AND you deploy changes using an older version of Datical DB, you get errors during Status operations. The error is reported when the status command performs checksum validation. Checksum creation was changed in version 2019.2. 

Starting in v6.7, the Status operation accepts "old" checksums. However, if you attempt a Status operation using an old client, it reports an error on changes deployed by a new client.  

  • Old - before version 2019.2
  • New - version 2019.2 or later

Change deployed by old (5.x)Change deployed by new (2019.2+)
Status run using oldWorksDoes not work. Upgrade required.
Status run using newWorksWorks

Datical now notes version matching for clients working on the same release pipeline. See Datical DB Version Requirements


  • No labels