Tag Archives: Redgate

No Flyway Baseline No Migration

In my experiments with the Flyway CLI (fwcli), I’m finding some interesting behavior, some of which is catching my by surprise. This post looks at the baseline command and the issues with not having one. I also cover a naming … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Getting Started Connecting to a Database with Flyway

In a previous post, I got Flyway installed as a CLI utility (command line interface). This post will look at the first connection to a database. If you need to install Flyway on Windows, see my previous post. Concepts Flyway … Continue reading

Posted in Blog | Tagged , , | Comments Off on Getting Started Connecting to a Database with Flyway

Installing Flyway Community on Windows

One of the things I’ve been trying to do is dig in more deeply to the Flyway command line (CLI) as part of my work with Redgate. While Flyway Desktop is amazing, it’s a wrapper, and my inclination is to … Continue reading

Posted in Blog | Tagged , , | 2 Comments

A SQL Compare Picklist

Recently a customer was trying to sync up production and development. They’d somewhat lost control of both environments and wanted to build a plan of how to sync them. This post covers a process I suggested to them to tackle … Continue reading

Posted in Blog | Tagged , , , | Comments Off on A SQL Compare Picklist