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

Flyway the Right Way
A blog by Ronald

Sometimes when you upgrade your application the new version does not work correctly, and you need to downgrade. When you are unlucky you did some changes in your database that cannot be undone. In that case you need to restore the database from a backup, which is usually quite cumbersome and time-consuming. How nice would it be if you could just...

#dev #softwaredevelopment #SoftwareDevelopment #DatabaseManagement #Flyway #Rollback

https://jdriven.com/blog/2026/03/Flyway-the-Right-Way/

Flyway the Right Way

Sometimes when you upgrade your application the new version does not work correctly, and you need to downgrade. When you are unlucky you did some changes in your database that cannot be undone. In tha

JDriven Blog

Flyway migrations are not just SQL scripts.
They’re startup code — and startup code can fail your system.

This article shows how to use Flyway callbacks in Quarkus to:
• block unsafe migrations
• validate production state
• measure migration time
• fail fast before your app becomes ready

No magic. No demos. Real startup behavior.

🔗 https://www.the-main-thread.com/p/flyway-callbacks-quarkus-production-migrations

#Java #Quarkus #Flyway #Database #DevOps #Production

https://documentation.red-gate.com/flyway/ai-services-in-flyway - #Flyway is getting #AI services. Here's how to turn it on. Nice work #Redgate.
AI services in Flyway - Redgate Flyway - Product Documentation

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 Data R2DBC

Привет, Хабр! Меня зовут Каненков Александр, я backend-разработчик в Домклик. Не так давно я резко и с головой погрузился в мир реактивного программирования и очень заинтересовался этой темой. Хочу поделиться кратким введением в Spring Data R2DBC, зачем это нужно, как начать использовать и какие преимущества даёт. Мы разработаем небольшое приложение, добавим flyway и напишем пару тестов.

https://habr.com/ru/companies/domclick/articles/966514/

#java #kotlin #spring_data #r2dbc #testcontainers #flyway

Путевые заметки о знакомстве со Spring Data R2DBC

Привет, Хабр! Меня зовут Александр Каненков, я backend-разработчик в Домклик. Не так давно я с головой погрузился в мир реактивного программирования и очень заинтересовался этой темой. Хочу поделиться...

Хабр
https://github.com/dotnet/aspire/issues/4160#issuecomment-2214891909 - What if we could use #Aspire tasks to create a #database and run #db #migrations? I love this proposal idea. Yeah, you can `.AddDatabase(databaseName).WithCreationScript(creationScript)`, but how do I run #Flyway Migrate when I aspire run?
`SqlConnection.OpenWithCreate()`? · Issue #4160 · dotnet/aspire

Context One of the friction points that we have around databases in .NET Aspire is that for local development we don't automatically create the databases for the user. In deployment scenarios we of...

GitHub

Dear Java Relational Database Touchers,

I've just released a new lightweight Java-based library for schema and data migration: Quuxo Migrate: https://codeberg.org/quuxo/migrate

Initially supporting SQL-based migrations only, but already extensible with custom migration types, it's a permissively-licenced, fully-libre, very lightweight alternative to Flyway and Liquibase.

I'm using it in production project at the moment, if it fits your needs, please give it a try.

Boosts appreciated! 🙏🏻

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

migrate

Java schema and data migration for SQL databases and more.

Codeberg.org