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

I recently read and shared You’re Wasting Time in #Java Without These 10 Libraries. I commented on it a bit in my newsletter, but given the amount and intensity of reactions, I think a full-blown post is in order.

* Project #Lombok
* #MapStruct
* #JUnit 5 & #Mockito
* #SLF4J with Logback
* Apache Commons Lang & Google Guava
* #Jackson
* Hibernate Validator
* #SpringFramework
* Apache HttpClient / OkHttp
* #Liquibase or #Flyway

https://blog.frankel.ch/wasting-time-without-10-libraries/

Are you really wasting your time in Java without these 10 libraries?

I recently read and shared You’re Wasting Time in Java Without These 10 Libraries. I commented on it a bit in my newsletter, but given the amount and intensity of reactions, I think a full-blown post is in order. The referenced libraries are: Project LombokMapStructJUnit 5 & MockitoSLF4J with LogbackApache Commons Lang & Google GuavaJacksonHibernate ValidatorSpring FrameworkApache HttpClient / OkHttpLiquibase or Flyway Lombok Project Lombok is a java library that automatically plugs

A Java geek
We've tweaked the way #SpringModulith's #Flyway support customizes the application-module-aware migrations. Now fully isolated, migration history per module. Please give it a spin before our GA release next week! 🍃📦 https://docs.spring.io/spring-modulith/reference/2.0-SNAPSHOT/runtime.html#module-aware-flyway-migrations

Best Open Source Tools for Data Migration

What are the best open-source tools for your data migration? Data migration has become a crucial aspect of IT operations. Whether you're moving data between on-premises systems, migrating to the cloud, or shifting between different databases, the right tools can make the difference between a smooth migration and a complex, error-prone process. Open-source tools are vital in simplifying data movement by offering automation, reliability, and flexibility. In this post, we will […]

https://www.simplyblock.io/blog/open-source-tools-for-data-migration/