Tag Archives: Flyway

Flyway Desktop PoC–Adding a Shadow and Baseline Script

In the last post, I created a baseline marker for Flyway in each database. This set the version in the dev and QA databases to v1. However, I also need a baseline script, at least the tool asks for one, … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Flyway Desktop PoC–Adding a Shadow and Baseline Script

The Baseline for Flyway

In my previous post, I set up the Flyway Desktop projects for SQL Server and PostgreSQL. I also added a table to each platform for development. In this post, I’ll look at how I let Flyway know what already exists … Continue reading

Posted in Blog | Tagged , , , , | 2 Comments

Creating a Flyway Desktop Shadow Database in PostgreSQL

In order to generate migrations, we need to configure Flyway to use a shadow database. This post looks at that process. This is part of a series of working through Flyway and Flyway desktop to demo database changes. Disclosure: I … Continue reading

Posted in Blog | Tagged , , , , | 4 Comments

Flyway Desktop Projects for My PoC

In a previous post, I set up the basic databases for the PoC project I’m working on. In this next post, we’ll get the Flyway Desktop projects set up for the PoC. This is part of a series of working … Continue reading

Posted in Blog | Tagged , , , , | 3 Comments