Search this blog
The Current Book – Do Hard Things
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Search this blog
Steve’s Tweets
- RT @GFritchey: Call for Speakers for SQL Saturday Columbus 2023 is open on Sessionize and I've just submitted a session! https://t.co/uFvj… 58 minutes ago
- @dduensingIII Enjoy the trip 1 hour ago
- Another crowded morning in the office https://t.co/aztmgEdSEs 3 hours ago
- Pre flight https://t.co/RndxQ6u6qE 4 hours ago
- RT @tjaybelt: anyone?? #sqlfamily 5 hours ago
- RT @bweissman: If anybody wants a second pair of eyes for their @PASSDataSummit abstracts - you know where to find me :) 5 hours ago
- @dgmelkin @SQLBek Safe travels 5 hours ago
- @codegumbo Congrats. Hope it goes well and we see you getting back to blogging. Maybe a new job series like @TracyBoggiano wrote 5 hours ago
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Older Posts
Meta
Tag Archives: DevOps
Building Recommended Software Practices
Many of us work inside an organization that has a process for building and deploying software. We may find our org doing this well, or we may feel our process is poor with lots of room for improvement. A lot … Continue reading
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
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
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