https://store-images.s-microsoft.com/image/apps.60369.11cd606b-2681-43d6-b4a5-2e58c7e47dd7.64e8fe1b-f905-4800-89e9-dc9660684feb.7f4f79ad-6ba7-4710-9565-a785fa4bc90a

Liquibase

kCloudHub

Liquibase

kCloudHub

Version 4.31.1 + Free Support on OpenSUSE 9

Liquibase is an open-source database change management tool that helps automate the process of managing and versioning database schema changes. It allows developers to define database changes in a format that can be tracked and executed across different environments, ensuring consistency and control over database modifications.

Features of Liquibase:

  • Supports a wide range of databases, including MySQL, PostgreSQL, Oracle, and more.
  • Allows version-controlled database schema changes through XML, YAML, JSON, or SQL formats.
  • Integrates easily into CI/CD pipelines for automated database migrations.
  • Supports rollback functionality to revert database changes if needed.
  • Active open-source community contributing to ongoing improvements and new features.
  • Offers command-line, Java API, and Maven/Gradle integration for flexible usage.

To Check the version of Liquibase, follow these steps:

 #sudo su
#sudo usermod -aG docker $USER
#newgrp docker
#docker run --rm liquibase/liquibase --version

Disclaimer: Liquibase is an open-source project maintained by the community and distributed under the Apache 2.0 License. It is not affiliated with or endorsed by any other entity. Liquibase is provided "as is," without any warranty, express or implied. Users are responsible for understanding and complying with licensing terms and regulations while using Liquibase.