🧵 PostgreSQL deployments ≠ liquibase update. Here’s drm-cli in practice. (1/5)

Encrypted creds — no plain-text secrets in git. (2/5)

Release history per env: who, when, success/fail. (3/5)

Retry/resume failed releases — no rework. (4/5)

Full guide 👇
Free + open source
→ [link to dev.to article]

#PostgreSQL #DevOps #OpenSource #Liquibase #Flyway (5/5)

Here's the gap no one talks about:

Liquibase and Flyway are excellent at tracking which migrations have run.

They don't track releases — who deployed, when, to which environment, whether it succeeded, and what to do if it didn't.

That's the gap drm-cli fills. Free. Open-source. Layers on top of the tools you already use.

#PostgreSQL #Liquibase #Flyway #DevOps

drm-cli v1.1 is out.

Now supports PostgreSQL, Oracle, Liquibase & Flyway — plus pre/post deployment scripts, encrypted credentials, release history, and multi-database releases in a single run.

Free. Open source. No license required.

Built for the release side of database deployments — tracking history, handling retries, and coordinating changes across databases.

GitHub 👉 https://github.com/dband-drm/drm-cli

#database #devops #opensource #postgresql #oracle #liquibase #flyway

GitHub - dband-drm/drm-cli

Contribute to dband-drm/drm-cli development by creating an account on GitHub.

GitHub

drm-cli v1.1 is out.

Now supports PostgreSQL, Oracle, Liquibase & Flyway — plus pre/post scripts, encrypted credentials, and multi-DB releases in one run.

Free. Open source. No license.

drm-cli focuses on releases — tracking history, retries, and coordinating across databases.

GitHub 👉 https://github.com/dband-drm/drm-cli

#database #devops #opensource #postgresql #oracle #liquibase #flyway

GitHub - dband-drm/drm-cli

Contribute to dband-drm/drm-cli development by creating an account on GitHub.

GitHub
sbt-sliquibase

An sbt plugin to generate Scala code for Slick API types from a Liquibase changelog.

Codeberg.org
Five months since #Liquibase switched to a non-OSS license, and still nobody knows what to do about it – us included
As far as I see there is still no solution to the #Liquibase licensing switch with 5.x, is there? Does anybody have insights into the discussions in the #Keycloak project?

Hear ye, Java Database Touchers, hear ye! 🔊🔊🔊

I've cut a few more releases of Quuxo Migrate since 0.9 a few months back, with some important fixes, but it now also has a Maven plugin for rolling migrations forward and back in your development db's from the command line.

If you need Java SQL and other data migration support for your app and don't want to use the limited freemium-but-actually-propriety options out there, give Migrate a shot.

Feedback, testing, bug reports, pull requests, and boosts of this post all appreciated! 🙏🏻

https://codeberg.org/quuxo/migrate
https://codeberg.org/quuxo/migrate-maven

#java #sql #database #migration #flyway #liquibase

migrate

Java schema and data migration for SQL databases and more.

Codeberg.org

Инженерия создания микросервиса spring-web-flux

Создать Spring-сервис просто: существует масса статей и отличная документация. Однако среди всего этого многообразия материалов зачастую сложно разобраться, какой именно набор технологий лучше выбрать и каким образом эти технологии должным образом интегрировать друг с другом. После перехода на новые версии библиотек многое начинает функционировать иначе, появляются совершенно другие подходы. В данной статье я хочу продемонстрировать один из возможных способов разработки микросервиса в 2026 году, а также рассмотреть несколько инструментов автоматической генерации кода: OpenApiGenerator, JooqCodegen, GigaChat, Liquibase — и объяснить, как они работают вместе в рамках единого проекта. Точкой отсчета для построения микросервиса сделаем описание REST API. Допустим, в нашем фантастическом мире аналитик заранее подготовил спецификацию API с помощью формата OpenAPI, хотя подобное встречается и в реальной практике.

https://habr.com/ru/articles/982774/

#spring_framework #reactor #webflux #openapi_generator #jooqcodegen #liquibase #microservices

Инженерия создания микросервиса spring-web-flux

Создать Spring-сервис просто: существует масса статей и отличная документация. Однако среди всего этого многообразия материалов зачастую сложно разобраться, какой именно набор технологий лучше выбрать...

Хабр

#ITByte: #Liquibase is a powerful open-source tool in modern database development and DevOps practices.

By streamlining database schema changes and providing a robust framework for version control, Liquibase significantly enhances the efficiency and reliability of database deployments.

https://knowledgezone.co.in/posts/Liquibase-for-DB-DevOps-6753d5b250bd363e1e081577

Liquibase for DB DevOps

Liquibase is a powerful open-source tool in modern database development and DevOps practices. By streamlining database schema changes and providing a robust framework for version control, Liquibase significantly enhances the efficiency and reliability of database deployments.

Knowledge Zone