Versions Compared

Key

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

...

...

...

Infoinfo

Before Installing Liquibase Business

  • If your company has purchased

Datical DB
  • Liquibase Business, they may have unique processes for installing and updating

Datical DB
  • it. Please contact your DBA or Development Lead for instructions on downloading

Datical DB
  • Liquibase Business in your environment

. All installations should use the same version of Datical DB
  • . Use the following instructions only if authorized by your company.

...

  • All installations in an organization should use the same version of Liquibase Business.

  • Liquibase Business was formerly known as Datical DB.  Any references to Datical DB likewise pertain to Liquibase Business.

Prerequisites

  • Are you installing on a Windows or a Linux system? 

  • Do you have access to the download site? See Activating Your Datical Accounts

  • Are you on the system where you are installing, and does it have internet access? 

    • This procedure assumes that you have internet access. 

Procedure for Locating and Downloading the

...

Liquibase Business Installer

  1. In a browser, go to software.datical.com and log in. 

    Image RemovedImage Added

  2. Open the COMMON folder on the left side of the page.

    Image Modified

    Image Removed

    Image Added

  3. Open the Datical_DB_Software folder on the left side of the page.

    Image RemovedImage Added

  4. Click the version you want:  Datical_DB_<version_number> folder  on the left side of the page.
    Note: new versions are available often, so this number changes.

    Image RemovedImage Added

  5. Select the checkbox for each component you want to download. 

    • Composite Repo: DaticalDBCompositeRepo-version.zip

    • Linux installer: DaticalDB-linux.type-version.jar

    • Windows installerDaticalDB-win-type-version.exe

    • md5 files: For each executable file (.jar, .exe), an md5 file is posted. It has the same filename, but with an .md5 extesion. Download it along with the executable. Use the md5 file to validate the download. 

  6. Choose Download >  Using Browser

    Image Removed
  7. Save the file and remember the location. You need it during installation. 


    Image Removed

Using md5 Files to Validate the Downloaded Executable Files

The md5 files are generated for each executable file.

Use the md5 files to validate that the executable file was not changed after the md5 file was generated. 

  1. Download the executable file (.jar, .exe) and its md5 file to the same directory.

  2. Run a command to perform the validation.

Command use:

  • Windows

    Code Block
    certutil -hashfile <filename>.exe <filename>.md5 

    The value returned by the command should match the value in the .md5 file. Use a text editor to open the .md5 file. 

  • Linux

    Code Block
    md5sum <filename>.jar

    The value returned by the command should match the value in the .md5 file. Use a text editor to open the .md5 file.